diff options
Diffstat (limited to 'doc/examples/htmleditor/htmleditorplugin.h')
-rw-r--r-- | doc/examples/htmleditor/htmleditorplugin.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/examples/htmleditor/htmleditorplugin.h b/doc/examples/htmleditor/htmleditorplugin.h deleted file mode 100644 index 2305b31613..0000000000 --- a/doc/examples/htmleditor/htmleditorplugin.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef HTMLEDITOR_PLUGIN_H -#define HTMLEDITOR_PLUGIN_H - -#include "extensionsystem/iplugin.h" -#include "coreplugin/uniqueidmanager.h" - -class HTMLEditorPlugin : public ExtensionSystem::IPlugin -{ - Q_OBJECT - -public: - HTMLEditorPlugin(); - ~HTMLEditorPlugin(); - - void extensionsInitialized(); - bool initialize(const QStringList & arguments, QString * errorString); - void shutdown(); -}; - -#endif // HTMLEDITOR_PLUGIN_H - |