From 60f46cd8b154a2ad584d072481ff00d6fa23b2f1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 8 Jan 2018 16:32:24 +0100 Subject: Address bar completer doesn't show up if there's nothing to suggest --- src/mainwindow.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 8febb71..c83778e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -9,14 +9,12 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H +#include "lib/navigation/navigationbutton.h" #include "webengine/webengineprofile.h" #include "widgets/loadingbar.h" #include "widgets/mainwindowtabbar.h" #include #include - -#include "lib/navigation/navigationbutton.h" - #include namespace Ui -- cgit v1.2.1