aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-24 17:16:23 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-24 17:16:23 +0100
commit426151664c6d81a1db0b95bb61a6e30feb2c9df3 (patch)
treed759d7dd0302d45bd0beb827e0e9d5a011ad246c /src/mainwindow.h
parentRequest filter now properly takes hostlists (diff)
downloadsmolbote-426151664c6d81a1db0b95bb61a6e30feb2c9df3.tar.xz
Address bar menu now reads entries from the bookmarks
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7f5686f..01cdae0 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -15,7 +15,7 @@
#include "widgets/mainwindowtabbar.h"
#include "widgets/loadingbar.h"
-#include "navigation/navigationbutton.h"
+#include "lib/navigation/navigationbutton.h"
#include <memory>
@@ -38,6 +38,7 @@ class MainWindow : public QMainWindow
friend class WebView;
friend class SearchForm;
+ friend class UrlLineEdit;
public:
MainWindow(std::shared_ptr<Configuration> config, QWidget *parent = nullptr);