forked from qt-creator/qt-creator
Use simpler Plugin::initialize() when feasible
Change-Id: I567965d266f20526bda9f823e31a04b354d53fb1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -51,14 +51,9 @@ WebAssemblyPlugin::~WebAssemblyPlugin()
|
||||
dd = nullptr;
|
||||
}
|
||||
|
||||
bool WebAssemblyPlugin::initialize(const QStringList& arguments, QString* errorString)
|
||||
void WebAssemblyPlugin::initialize()
|
||||
{
|
||||
Q_UNUSED(arguments)
|
||||
Q_UNUSED(errorString)
|
||||
|
||||
dd = new WebAssemblyPluginPrivate;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void WebAssemblyPlugin::extensionsInitialized()
|
||||
|
||||
Reference in New Issue
Block a user