From 892daad6789d440f60521197ae0a3f47def59256 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 19 Apr 2018 13:21:48 +0200 Subject: Add Window menu - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some --- src/mainwindow/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow/mainwindow.h') 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; -- cgit v1.2.1