Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Type-Plane
Commits
6c54d3e6
Commit
6c54d3e6
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed check for Qt less than 5
parent
0216ca3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Plugin-TypePlane/TypePlane.cc
Plugin-TypePlane/TypePlane.cc
+1
-3
Plugin-TypePlane/TypePlane.hh
Plugin-TypePlane/TypePlane.hh
+0
-2
No files found.
Plugin-TypePlane/TypePlane.cc
View file @
6c54d3e6
...
...
@@ -101,7 +101,5 @@ int TypePlanePlugin::addEmpty(){
return
object
->
id
();
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typeplaneplugin
,
TypePlanePlugin
);
#endif
Plugin-TypePlane/TypePlane.hh
View file @
6c54d3e6
...
...
@@ -70,9 +70,7 @@ class TypePlanePlugin : public QObject, BaseInterface, LoadSaveInterface, Loggin
Q_INTERFACES
(
LoggingInterface
)
Q_INTERFACES
(
TypeInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypePlane"
)
#endif
signals:
// Logging interface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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