aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-02-08 16:16:41 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-02-08 16:16:41 +0100
commitbb0eccac8d006e03e29f7b5a849994bf819405ed (patch)
tree3a0630a2f636f9ba89cc0849f00d479ecdd7b422 /src/mainwindow/mainwindow.h
parentFixed address bar auto-complete (diff)
downloadsmolbote-bb0eccac8d006e03e29f7b5a849994bf819405ed.tar.xz
Connected WebView::newBookmark signal
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index f9e0515..84b408b 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -92,6 +92,9 @@ private:
std::shared_ptr<Configuration> m_config;
std::shared_ptr<BookmarksWidget> m_bookmarksWidget;
std::shared_ptr<DownloadsWidget> m_downloadsWidget;
+
+ QMetaObject::Connection titleChangedConnection;
+ QMetaObject::Connection newBookmarkConnection;
};
#endif // MAINWINDOW_H