diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index e7e03053..1382046b 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -196,6 +196,9 @@ private Q_SLOTS: void toggleBookmarkBarVisible(bool); + // add bookmark + void bookmarkCurrentPage(); + /** * This is for the things to do ABSOLUTELY AFTER ctor launch: * the less, the better. |