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-FilePolyLine
Commits
aab7efa7
Commit
aab7efa7
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Removed check for Qt less than 5
parent
43891e64
Changes
2
Hide whitespace changes
Inline
Side-by-side
FilePolyLine.cc
View file @
aab7efa7
...
...
@@ -56,10 +56,6 @@
#include
<ObjectTypes/PolyLine/PolyLineObjectSerializer.hh>
#if QT_VERSION >= 0x050000
#else
#include
<QtGui>
#endif
//-----------------------------------------------------------------------------
...
...
@@ -167,8 +163,5 @@ void FilePolyLinePlugin::saveIniFile( INIFile& _ini ,int _id) {
object
->
materialNode
()
->
base_color
()
)
;
}
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
filepolylineplugin
,
FilePolyLinePlugin
);
#endif
FilePolyLine.hh
View file @
aab7efa7
...
...
@@ -72,9 +72,7 @@ class FilePolyLinePlugin : public QObject, BaseInterface, FileInterface, LoadSav
Q_INTERFACES
(
ScriptInterface
)
Q_INTERFACES
(
INIInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-FilePolyLine"
)
#endif
signals:
void
openedFile
(
int
_id
);
...
...
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