aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-22 12:53:15 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-22 12:53:15 +0200
commitd6c51acd14574985c824d99a2bfb434e96787074 (patch)
tree4da2994d7a35afdbd2b075ff23fe6f0d05e7a22e /src/mainwindow/mainwindow.h
parentAdd boost include/link to poi-config (diff)
downloadsmolbote-d6c51acd14574985c824d99a2bfb434e96787074.tar.xz
Add tile and cascade actions to Window menu
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index 6ed9e5b..1257a56 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -46,7 +46,7 @@ protected:
void closeEvent(QCloseEvent *event) override;
private:
- QAction *windowMenu = nullptr;
+ QAction *subWindowAction = nullptr;
QMenu *toolsMenu = nullptr;
AddressBar *addressBar = nullptr;
SearchForm *searchBox = nullptr;