aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-19 09:45:53 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-19 09:45:53 +0200
commit8036d3e88d6d744e54a5595c23652c7c028efa49 (patch)
treefb5ed3194c44674124ffd03260ceddd69ed53080 /src/mainwindow/mainwindow.h
parentLoad URL/Search page menu actions (diff)
downloadsmolbote-8036d3e88d6d744e54a5595c23652c7c028efa49.tar.xz
Removed MainWindow::titleChangedConnection
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index ee7d332..0d7939c 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -46,7 +46,6 @@ protected:
void closeEvent(QCloseEvent *event) override;
private:
- QString titleSuffix;
QMenu *toolsMenu = nullptr;
AddressBar *addressBar = nullptr;
SearchForm *searchBox = nullptr;
@@ -54,7 +53,6 @@ private:
std::shared_ptr<Configuration> m_config;
- QMetaObject::Connection titleChangedConnection;
QMetaObject::Connection addressBarConnection, navigationBarConnection;
QMetaObject::Connection searchBoxConnection;
QMetaObject::Connection statusBarConnection;