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-SelectionBSplineSurface
Commits
7e91023e
Commit
7e91023e
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Removed check for Qt less than 5
parent
6f861841
Changes
2
Hide whitespace changes
Inline
Side-by-side
BSplineSurfaceSelectionPlugin.cc
View file @
7e91023e
...
...
@@ -718,8 +718,5 @@ void BSplineSurfaceSelectionPlugin::setSelectionViewMode(const SelectionViewMode
//==============================================================================================
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
bsplinesurfaceselectionplugin
,
BSplineSurfaceSelectionPlugin
);
#endif
BSplineSurfaceSelectionPlugin.hh
View file @
7e91023e
...
...
@@ -80,9 +80,7 @@ class BSplineSurfaceSelectionPlugin : public QObject, BaseInterface, KeyInterfac
Q_INTERFACES
(
ScriptInterface
)
Q_INTERFACES
(
SelectionInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-SelectionBSplineSurface"
)
#endif
public:
...
...
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