From e4ffd8374040d36c22125eeb534d884f56978592 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 17 Apr 2018 17:43:38 +0200 Subject: Style pass --- src/mainwindow/mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainwindow/mainwindow.cpp') diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp index 18e1b63..c43e001 100644 --- a/src/mainwindow/mainwindow.cpp +++ b/src/mainwindow/mainwindow.cpp @@ -7,8 +7,10 @@ */ #include "mainwindow.h" +#include "addressbar/addressbar.h" #include "webengine/webview.h" #include "widgets/navigationbar.h" +#include "widgets/searchform.h" #include "window.h" #include #include @@ -19,13 +21,11 @@ #include #include #include +#include #include #include #include #include -#include "addressbar/addressbar.h" -#include -#include "widgets/searchform.h" MainWindow::MainWindow(std::shared_ptr &config, QWidget *parent) : QMainWindow(parent) -- cgit v1.2.1