summaryrefslogtreecommitdiff
path: root/doc/examples/preferencepane/preferencepaneplugin.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-06-21 16:12:49 +0200
committercon <qtc-committer@nokia.com>2010-06-21 17:32:15 +0200
commit08c8ce32e917619f49ea019914b1c981044a04d8 (patch)
tree19be2b931a4d4c58feb1fbb1056960171717c975 /doc/examples/preferencepane/preferencepaneplugin.h
parentabcb9358c26c240c409df15300507a90aef37f48 (diff)
downloadqt-creator-08c8ce32e917619f49ea019914b1c981044a04d8.tar.gz
Move the plugin examples to subdir of pluginhowto.
Diffstat (limited to 'doc/examples/preferencepane/preferencepaneplugin.h')
-rw-r--r--doc/examples/preferencepane/preferencepaneplugin.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/examples/preferencepane/preferencepaneplugin.h b/doc/examples/preferencepane/preferencepaneplugin.h
deleted file mode 100644
index 808cd04b81..0000000000
--- a/doc/examples/preferencepane/preferencepaneplugin.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef PREFERENCEPANE_PLUGIN_H
-#define PREFERENCEPANE_PLUGIN_H
-
-#include <extensionsystem/iplugin.h>
-
-class PreferencePanePlugin : public ExtensionSystem::IPlugin
-{
-public:
- PreferencePanePlugin();
- ~PreferencePanePlugin();
-
- void extensionsInitialized();
- bool initialize(const QStringList & arguments, QString * errorString);
- void shutdown();
-};
-
-#endif // PREFERENCEPANE_PLUGIN_H
-