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
Type-Skeleton
Commits
792fe1a1
Commit
792fe1a1
authored
Apr 16, 2018
by
Jan Möbius
Browse files
Removed check for Qt less than 5
parent
d7b0b3f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Plugin-TypeSkeleton/TypeSkeleton.cc
View file @
792fe1a1
...
...
@@ -250,8 +250,3 @@ void TypeSkeletonPlugin::generateBackup( int _id, QString _name, UpdateType _typ
backupData
->
storeBackup
(
backup
);
}
}
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2
(
typeskeletonplugin
,
TypeSkeletonPlugin
);
#endif
Plugin-TypeSkeleton/TypeSkeleton.hh
View file @
792fe1a1
...
...
@@ -72,9 +72,8 @@ class TypeSkeletonPlugin : public QObject, BaseInterface, LoadSaveInterface, Log
Q_INTERFACES
(
TypeInterface
)
Q_INTERFACES
(
ContextMenuInterface
)
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA
(
IID
"org.OpenFlipper.Plugins.Plugin-TypeSkeleton"
)
#endif
signals:
// Logging interface
...
...
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