summaryrefslogtreecommitdiff
path: root/doc/examples/wizard/customproject/customprojectplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/wizard/customproject/customprojectplugin.h')
-rw-r--r--doc/examples/wizard/customproject/customprojectplugin.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/examples/wizard/customproject/customprojectplugin.h b/doc/examples/wizard/customproject/customprojectplugin.h
deleted file mode 100644
index ea06d193b8..0000000000
--- a/doc/examples/wizard/customproject/customprojectplugin.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef CUSTOMPROJECT_PLUGIN_H
-#define CUSTOMPROJECT_PLUGIN_H
-
-#include <extensionsystem/iplugin.h>
-
-class CustomProjectPlugin : public ExtensionSystem::IPlugin
-{
-public:
- CustomProjectPlugin();
- ~CustomProjectPlugin();
-
- void extensionsInitialized();
- bool initialize(const QStringList & arguments, QString * errorString);
- void shutdown();
-};
-
-#endif // CUSTOMPROJECT_PLUGIN_H
-