aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-08 16:32:24 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-08 16:32:24 +0100
commit60f46cd8b154a2ad584d072481ff00d6fa23b2f1 (patch)
treed1f5fe827134e63a364131a4da84a959089dfd6c /src/mainwindow.h
parentFixed bugs with QDockWidgets (diff)
downloadsmolbote-60f46cd8b154a2ad584d072481ff00d6fa23b2f1.tar.xz
Address bar completer doesn't show up if there's nothing to suggest
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 1 insertions, 3 deletions
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 <QMainWindow>
#include <QUrl>
-
-#include "lib/navigation/navigationbutton.h"
-
#include <memory>
namespace Ui