aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-19 13:21:48 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-19 13:21:48 +0200
commit892daad6789d440f60521197ae0a3f47def59256 (patch)
treedfc32d336b75a5524605f7392e4256db960dfe1b /src/mainwindow/mainwindow.h
parentRemoved MainWindow::titleChangedConnection (diff)
downloadsmolbote-892daad6789d440f60521197ae0a3f47def59256.tar.xz
Add Window menu
- add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index 0d7939c..6ed9e5b 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -46,6 +46,7 @@ protected:
void closeEvent(QCloseEvent *event) override;
private:
+ QAction *windowMenu = nullptr;
QMenu *toolsMenu = nullptr;
AddressBar *addressBar = nullptr;
SearchForm *searchBox = nullptr;