forked from qt-creator/qt-creator
Move the plugin examples to subdir of pluginhowto.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef DIRMODELPLUGIN_PLUGIN_H
|
||||
#define DIRMODELPLUGIN_PLUGIN_H
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
class DirModelPluginPlugin : public ExtensionSystem::IPlugin
|
||||
{
|
||||
public:
|
||||
DirModelPluginPlugin();
|
||||
~DirModelPluginPlugin();
|
||||
|
||||
void extensionsInitialized();
|
||||
bool initialize(const QStringList & arguments, QString * errorString);
|
||||
void shutdown();
|
||||
};
|
||||
|
||||
#endif // DIRMODELPLUGIN_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user