From 4e18c888b159af48bed5ef5f1ebef80e48cd494a Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 8 Mar 2021 00:46:03 +0100 Subject: New HTML rendering via HTML code generation. --- src/mainwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.hpp') diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index c89b865..e0e738f 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -107,6 +107,8 @@ private slots: void on_history_view_activated(const QModelIndex &index); + void on_outline_view_activated(const QModelIndex &index); + private: // slots void on_tab_fileLoaded(DocumentStats const & stats); -- cgit v1.2.3