diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-22 20:27:50 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-22 20:27:50 +0200 |
| commit | 67633631b04c40db0affaadcdcf68068ed4357f7 (patch) | |
| tree | 2bbba39317091072135a39fb6542c7fe8ac0a56f /src/mainwindow.hpp | |
| parent | 4923f2e57b005d00057bb30b1599e8273ca23ba7 (diff) | |
| download | kristall-67633631b04c40db0affaadcdcf68068ed4357f7.tar.gz | |
Introduces light and dark icon themes.
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 7f58034..dfa7ebc 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -44,10 +44,6 @@ private slots: void on_history_view_doubleClicked(const QModelIndex &index); - void on_tab_titleChanged(QString const & title); - - void on_tab_locationChanged(QUrl const & url); - void on_outline_view_clicked(const QModelIndex &index); void on_actionSettings_triggered(); @@ -74,10 +70,6 @@ private slots: void on_actionAdd_to_favourites_triggered(); - void on_tab_fileLoaded(DocumentStats const & stats); - - void on_focus_inputbar(); - void on_actionHelp_triggered(); void on_history_view_customContextMenuRequested(const QPoint &pos); @@ -88,6 +80,17 @@ private slots: void on_actionManage_Certificates_triggered(); +private: // slots + + void on_tab_fileLoaded(DocumentStats const & stats); + + void on_tab_titleChanged(QString const & title); + + void on_tab_locationChanged(QUrl const & url); + + void on_focus_inputbar(); + + private: void reloadTheme(); |
