Cleanup header include order

Add missing header.
Cleanup license.
This commit is contained in:
Chocobo1
2018-05-24 23:39:02 +08:00
committed by sledgehammer999
parent 725c6857be
commit 55c3813fac
8 changed files with 37 additions and 35 deletions

View File

@@ -29,6 +29,8 @@
#include "searchwidget.h"
#include <QtGlobal>
#ifdef Q_OS_WIN
#include <cstdlib>
#endif
@@ -41,6 +43,7 @@
#include <QMessageBox>
#include <QMimeData>
#include <QProcess>
#include <QRegExp>
#include <QSignalMapper>
#include <QSortFilterProxyModel>
#include <QStandardItemModel>