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

Removed License manager from PolyLine plugin

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@14899 383ad7c9-94d9-4d36-a494-682f7c89f535
parent e064a208
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,5 @@ openflipper_plugin ( OPTDEPS PhySim
INSTALLDATA Icons
)
else()
openflipper_plugin ( LICENSEMANAGER
INSTALLDATA Icons )
openflipper_plugin ( INSTALLDATA Icons )
endif ()
......@@ -48,7 +48,7 @@
/** Plugin for PolyLine Support
*/
class PolyLinePlugin : public BaseInterface, MouseInterface,
class PolyLinePlugin : public QObject, BaseInterface, MouseInterface,
PickingInterface, ToolboxInterface, LoggingInterface, LoadSaveInterface, ToolbarInterface, ScriptInterface
{
Q_OBJECT
......@@ -272,7 +272,7 @@ private:
};
#if defined(INCLUDE_TEMPLATES) && !defined(POLYLINEPLUGIN_CC)
#define SCISSORPLUGIN_TEMPLATES
#define POLYLINEPLUGIN_TEMPLATES
#include "PolyLinePluginT.cc"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment