Skip to content
Snippets Groups Projects
Commit a081bf34 authored by Jan Möbius's avatar Jan Möbius
Browse files

Get rid of some old pre qt 5 code

parent b46fafcd
Branches
No related tags found
No related merge requests found
......@@ -321,8 +321,3 @@ bool PlanePlugin::getIntersectionParams(BaseObjectData& _obj, ACG::Vec3d& _cente
}
//------------------------------------------------------------------------------
#if QT_VERSION < 0x050000
Q_EXPORT_PLUGIN2( planeplugin, PlanePlugin );
#endif
......@@ -29,9 +29,9 @@ class PlanePlugin : public QObject, BaseInterface, MouseInterface, KeyInterface,
Q_INTERFACES( ToolbarInterface )
Q_INTERFACES( ScriptInterface )
Q_INTERFACES( LoadSaveInterface )
#if QT_VERSION >= 0x050000
Q_PLUGIN_METADATA(IID "org.OpenFlipper.Plugins.Plugin-Plane")
#endif
signals:
// BaseInterface
......@@ -151,7 +151,7 @@ class PlanePlugin : public QObject, BaseInterface, MouseInterface, KeyInterface,
#if defined(INCLUDE_TEMPLATES) && !defined(PLANEPLUGIN_CC)
#define PLANEPLUGIN_TEMPLATES
#include "PlanePluginT.cc"
#include "PlanePluginT_impl.hh"
#endif
//=============================================================================
#endif // PLANEPLUGIN_HH
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment