forked from qt-creator/qt-creator
pluginhowto: update example code
Still not fully compilable
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user