From 3b650b681e960826d372c87545fc23d440fc9268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 16 Apr 2018 11:35:00 +0200 Subject: [PATCH] Removed check for Qt less than 5 --- SplatCloudObjectSelectionPlugin.cc | 3 --- SplatCloudObjectSelectionPlugin.hh | 2 -- 2 files changed, 5 deletions(-) diff --git a/SplatCloudObjectSelectionPlugin.cc b/SplatCloudObjectSelectionPlugin.cc index 825885e..6649de0 100644 --- a/SplatCloudObjectSelectionPlugin.cc +++ b/SplatCloudObjectSelectionPlugin.cc @@ -703,7 +703,4 @@ bool SelectVolumeAction::operator()( BaseNode *_node ) //---------------------------------------------------------------- -#if QT_VERSION < 0x050000 - Q_EXPORT_PLUGIN2( splatcloudobjectselectionplugin, SplatCloudObjectSelectionPlugin ); -#endif diff --git a/SplatCloudObjectSelectionPlugin.hh b/SplatCloudObjectSelectionPlugin.hh index 56b0f27..7351643 100644 --- a/SplatCloudObjectSelectionPlugin.hh +++ b/SplatCloudObjectSelectionPlugin.hh @@ -94,9 +94,7 @@ class SplatCloudObjectSelectionPlugin : public QObject, BaseInterface, BackupInt Q_INTERFACES( KeyInterface ) Q_INTERFACES( ScriptInterface ) -#if QT_VERSION >= 0x050000 Q_PLUGIN_METADATA(IID "org.OpenFlipper.Plugins.Plugin-SelectionSplatCloudObject") -#endif public: /// Default constructor -- GitLab