aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 7113587..a268ec7 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -45,6 +45,9 @@ public:
QString newGroupDialog();
+ //! Applies setting changes to the window.
+ void applySettings();
+
void mousePressEvent(QMouseEvent *event) override;
void closeEvent(QCloseEvent *event) override;
@@ -100,6 +103,10 @@ private slots:
void on_actionShow_document_source_triggered();
+ void on_actionNew_window_triggered();
+
+ void on_actionClose_Window_triggered();
+
private: // slots
void on_tab_fileLoaded(DocumentStats const & stats);