forked from qt-creator/qt-creator
Fix compilation.
Move #include directive along with matching code. Written-by: con
This commit is contained in:
@@ -80,8 +80,6 @@
|
|||||||
#include <QtGui/QSplitter>
|
#include <QtGui/QSplitter>
|
||||||
#include <QtGui/QStackedLayout>
|
#include <QtGui/QStackedLayout>
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
Q_DECLARE_METATYPE(Core::IEditor*)
|
Q_DECLARE_METATYPE(Core::IEditor*)
|
||||||
|
|
||||||
enum { debugEditorManager=0 };
|
enum { debugEditorManager=0 };
|
||||||
|
|||||||
@@ -49,6 +49,8 @@
|
|||||||
|
|
||||||
#include <QtXml/QXmlStreamReader>
|
#include <QtXml/QXmlStreamReader>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
enum { debugMimeDB = 0 };
|
enum { debugMimeDB = 0 };
|
||||||
|
|
||||||
// XML tags in mime files
|
// XML tags in mime files
|
||||||
|
|||||||
Reference in New Issue
Block a user