Skip to content
Snippets Groups Projects
Commit ebf7c687 authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner.NodeInstances: Remove Qt5 guards

Change-Id: Ia740b2818dcc287ff82991ae317bcf644c4c0c2a
Reviewed-on: http://codereview.qt.nokia.com/3968


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@nokia.com>
parent 991e75d6
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment