aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-29 17:33:47 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-29 17:33:47 +0100
commit62a6f626620b46a8649f2ebbaa4748afeb558e48 (patch)
tree4515ba1d3c24fecf7507bfaefb1ad64f6a685404 /src/mainwindow.h
parentOff-the-record profile settings (diff)
downloadsmolbote-62a6f626620b46a8649f2ebbaa4748afeb558e48.tar.xz
Using QCompleter to provide address bar completions
- known issue: it doesn't search trees well
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 6ab7f75..1c568bc 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -38,7 +38,6 @@ class MainWindow : public QMainWindow
friend class WebView;
friend class SearchForm;
- friend class UrlLineEdit;
friend class MainWindowMenuBar;