aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/window.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/window.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/window.h')
-rw-r--r--src/mainwindow/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/window.h b/src/mainwindow/window.h
index ee9a11d..cdc504c 100644
--- a/src/mainwindow/window.h
+++ b/src/mainwindow/window.h
@@ -19,7 +19,7 @@ class Window : public QMdiSubWindow
Q_OBJECT
public:
- explicit Window(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
+ explicit Window(const QHash<QString, QString> &config, QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
~Window() override;
WebView *currentView();