Skip to content
Snippets Groups Projects
Commit 938d4f95 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Remove #ifs for Qt versions

parent f630c002
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,7 @@
#include <QtCore/QtGlobal>
#include <QtGui/QtGui>
#include <QtCore/QtCore>
#if QT_VERSION >= 0x050000
#include <QtWidgets/QFrame>
#endif
namespace SimDynamics
{
......
......@@ -12,9 +12,7 @@
#include <VirtualRobot/ManipulationObject.h>
#include <string.h>
#include <QtGui>
#if QT_VERSION >= 0x050000
#include <QtWidgets/QtWidgets>
#endif
#include <QtCore/QtCore>
#include <Inventor/sensors/SoTimerSensor.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