Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-PropertyVis
Commits
25ecdfcb
Commit
25ecdfcb
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Removed check for Qt less than 5
parent
4f930191
Changes
11
Hide whitespace changes
Inline
Side-by-side
PropertyVisPlugin.cc
View file @
25ecdfcb
...
...
@@ -403,7 +403,4 @@ void PropertyVisPlugin::slotRemoveProperty()
}
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
propertyvisplugin
,
PropertyVisPlugin
);
#endif
PropertyVisPlugin.hh
View file @
25ecdfcb
...
...
@@ -96,9 +96,7 @@ class PropertyVisPlugin : public QObject, BaseInterface, LoadSaveInterface, Tool
Q_INTERFACES
(
PickingInterface
)
Q_INTERFACES
(
LoggingInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-PropertyVis"
)
#endif
signals:
void
updateView
()
override
;
...
...
PropertyVisToolbar.hh
View file @
25ecdfcb
...
...
@@ -49,11 +49,7 @@
#include
"ui_PropertyVisToolbarBase.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
PropertyVisToolbar
:
public
QWidget
,
public
Ui
::
PropertyVisToolbarBase
...
...
Widgets/BooleanWidget.hh
View file @
25ecdfcb
...
...
@@ -52,11 +52,7 @@
#include
"ui_BooleanWidget.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
BooleanWidget
:
public
QWidget
,
public
Ui
::
BooleanWidget
...
...
Widgets/DoubleWidget.hh
View file @
25ecdfcb
...
...
@@ -57,11 +57,7 @@
#include
<ACG/Utils/ColorConversion.hh>
#include
<ACG/Utils/SmartPointer.hh>
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
DoubleWidget
:
public
QWidget
,
public
Ui
::
DoubleWidget
...
...
Widgets/IntegerWidget.hh
View file @
25ecdfcb
...
...
@@ -58,11 +58,7 @@
#include
<ACG/Utils/ColorConversion.hh>
#include
<ACG/Utils/SmartPointer.hh>
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
IntegerWidget
:
public
QWidget
,
public
Ui
::
IntegerWidget
...
...
Widgets/LoadSaveWidget.hh
View file @
25ecdfcb
...
...
@@ -52,11 +52,7 @@
#include
"ui_LoadSaveWidget.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
LoadSaveWidget
:
public
QWidget
,
public
Ui
::
LoadSaveWidget
...
...
Widgets/PickWidget.hh
View file @
25ecdfcb
...
...
@@ -52,11 +52,7 @@
#include
"ui_PickWidget.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
PickWidget
:
public
QWidget
,
public
Ui
::
PickWidget
...
...
Widgets/SkinWeightsWidget.hh
View file @
25ecdfcb
...
...
@@ -52,11 +52,7 @@
#include
"ui_SkinWeightsWidget.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
SkinWeightsWidget
:
public
QWidget
,
public
Ui
::
SkinWeightsWidget
...
...
Widgets/VectorFieldDifferenceWidget.hh
View file @
25ecdfcb
...
...
@@ -52,11 +52,7 @@
#include
"ui_VectorFieldDifferenceWidget.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
VectorFieldDifferenceWidget
:
public
QWidget
,
public
Ui
::
VectorFieldDifferenceWidget
...
...
Widgets/VectorWidget.hh
View file @
25ecdfcb
...
...
@@ -52,11 +52,7 @@
#include
"ui_VectorWidget.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
class
VectorWidget
:
public
QWidget
,
public
Ui
::
VectorWidget
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment