pluginhowto: update example code

Still not fully compilable
This commit is contained in:
hjk
2011-05-11 12:21:57 +02:00
parent d58f0e7c75
commit ad68bb2302
15 changed files with 137 additions and 146 deletions

View File

@@ -45,10 +45,9 @@ class CustomProjectPlugin : public ExtensionSystem::IPlugin
{
public:
CustomProjectPlugin();
~CustomProjectPlugin();
void extensionsInitialized();
bool initialize(const QStringList & arguments, QString * errorString);
bool initialize(const QStringList &arguments, QString *errorString);
void shutdown();
};