aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-08-17 12:05:40 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-08-17 12:05:40 +0200
commit3d1f480798f8708a85785d16f10ae10ed997bfeb (patch)
tree5d0a944ed5f3e83241de7b2ef0913b9270af48a6 /src/mainwindow.hpp
parent68e1e48c63be4889d3c6c00c382c65e8d15596d8 (diff)
downloadkristall-3d1f480798f8708a85785d16f10ae10ed997bfeb.tar.gz
Adds 'show document source' menu item. Closes #11.
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 1966684..6cfee9f 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -75,6 +75,8 @@ private slots:
void on_actionManage_Certificates_triggered();
+ void on_actionShow_document_source_triggered();
+
private: // slots
void on_tab_fileLoaded(DocumentStats const & stats);