diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-09-24 17:39:06 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-09-24 17:39:06 +0300 |
commit | 9def76aa0877af373c0b293811c029e268913dc2 (patch) | |
tree | 5b5a557a5233b04f579b3aa8b5e18fabd35b278e /src | |
parent | Add clang-format to ci (diff) | |
download | nheko-9def76aa0877af373c0b293811c029e268913dc2.tar.xz |
Linting
Diffstat (limited to 'src')
-rw-r--r-- | src/MainWindow.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc index 364e6d66..531bae8b 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc @@ -18,12 +18,12 @@ #include "MainWindow.h" #include "Config.h" +#include <QApplication> #include <QLayout> #include <QNetworkReply> #include <QSettings> -#include <QSystemTrayIcon> #include <QShortcut> -#include <QApplication> +#include <QSystemTrayIcon> MainWindow *MainWindow::instance_ = nullptr; |