forked from qt-creator/qt-creator
Provide an empty default IPlugin::extensionsInitialized()
And remove all empy re-implementations. Change-Id: I19f0b4e55c042c96693ecb89766f97f0a97b54ae Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -263,9 +263,6 @@ bool QbsProjectManagerPlugin::initialize(const QStringList &arguments, QString *
|
||||
return true;
|
||||
}
|
||||
|
||||
void QbsProjectManagerPlugin::extensionsInitialized()
|
||||
{ }
|
||||
|
||||
void QbsProjectManagerPlugin::targetWasAdded(Target *target)
|
||||
{
|
||||
if (!qobject_cast<QbsProject *>(target->project()))
|
||||
|
||||
@@ -49,7 +49,6 @@ private:
|
||||
~QbsProjectManagerPlugin() final;
|
||||
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage) final;
|
||||
void extensionsInitialized() final;
|
||||
|
||||
void targetWasAdded(ProjectExplorer::Target *target);
|
||||
void projectChanged();
|
||||
|
||||
Reference in New Issue
Block a user