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:
Marco Bubke
2011-08-29 16:42:34 +02:00
parent 991e75d65b
commit ebf7c68705
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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