diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-03-08 00:46:03 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-03-08 02:23:16 +0100 |
| commit | 4e18c888b159af48bed5ef5f1ebef80e48cd494a (patch) | |
| tree | bbacf57f1706b9cec040e25e071681582218a386 /src/mainwindow.hpp | |
| parent | ff3ef5049e1a8fd963669bdbbae451f24a824dc6 (diff) | |
| download | kristall-4e18c888b159af48bed5ef5f1ebef80e48cd494a.tar.gz | |
New HTML rendering via HTML code generation.
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
