forked from qt-creator/qt-creator
QmlDesigner.NodeInstances: Remove Qt5 guards
Change-Id: Ia740b2818dcc287ff82991ae317bcf644c4c0c2a Reviewed-on: http://codereview.qt.nokia.com/3968 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#include "qt5nodeinstanceserver.h"
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
|
||||
#include <QSGItem>
|
||||
#include <QSGView>
|
||||
@@ -162,5 +161,3 @@ void Qt5NodeInstanceServer::clearScene(const ClearSceneCommand &command)
|
||||
}
|
||||
|
||||
} // QmlDesigner
|
||||
|
||||
#endif // QT_VERSION
|
||||
|
||||
@@ -37,8 +37,6 @@
|
||||
|
||||
#include "nodeinstanceserver.h"
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSGItem;
|
||||
class DesignerSupport;
|
||||
@@ -77,6 +75,4 @@ private:
|
||||
|
||||
} // QmlDesigner
|
||||
|
||||
#endif // QT_VERSION
|
||||
|
||||
#endif // QT5NODEINSTANCESERVER_H
|
||||
|
||||
Reference in New Issue
Block a user