aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-06 22:23:20 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-06 22:23:20 +0200
commitd9e105e6e0accf5def8681334341069117cab213 (patch)
tree68764c76f67326aaa3f731ce70726e821c00e11a /mainwindow.hpp
parent87d787bc2c50eb00c6b86957efaa71e07f9acc07 (diff)
downloadkristall-d9e105e6e0accf5def8681334341069117cab213.tar.gz
Navigation via outline is now possible. Sexy!
Diffstat (limited to 'mainwindow.hpp')
-rw-r--r--mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.hpp b/mainwindow.hpp
index 648f643..dd901e3 100644
--- a/mainwindow.hpp
+++ b/mainwindow.hpp
@@ -56,6 +56,8 @@ private slots:
void on_nav_forward();
+ void on_outline_view_clicked(const QModelIndex &index);
+
public:
QSettings settings;
GeminiStyle current_style;