diff options
Diffstat (limited to 'doc/examples/progressbar/progressbarplugin.h')
-rw-r--r-- | doc/examples/progressbar/progressbarplugin.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/examples/progressbar/progressbarplugin.h b/doc/examples/progressbar/progressbarplugin.h deleted file mode 100644 index 7ae9415305..0000000000 --- a/doc/examples/progressbar/progressbarplugin.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef PROGRESSBAR_PLUGIN_H -#define PROGRESSBAR_PLUGIN_H - -#include <extensionsystem/iplugin.h> - -class ProgressBarPlugin : public ExtensionSystem::IPlugin -{ - Q_OBJECT - -public: - ProgressBarPlugin(); - ~ProgressBarPlugin(); - - void extensionsInitialized(); - bool initialize(const QStringList & arguments, QString* errorString); - void shutdown(); -}; - -#endif // PROGRESSBAR_PLUGIN_H - |