aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-23 14:24:39 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-23 14:24:39 +0100
commit9b943eafc83653db3bedbd7d7f3fbfa77e0ec448 (patch)
treed7eeca80e2a398338830a0cbeed57d1a43440207 /src/mainwindow.h
parentSingle instance (diff)
downloadsmolbote-9b943eafc83653db3bedbd7d7f3fbfa77e0ec448.tar.xz
Minor features
First run check focusAddress and *toolbarMovable options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 0c1f659..e7fb6c6 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -49,6 +49,7 @@ public:
public slots:
void addNewTab(const QUrl &url = QUrl(""));
+ void focusAddress();
protected:
void closeEvent(QCloseEvent *event) override;