forked from qt-creator/qt-creator
Adapt to move of options to Edit > Preferences
Change-Id: I6881f658db9eec5059b434bce12093667535d5ac Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -106,7 +106,7 @@ void WebAssemblyPlugin::askUserAboutEmSdkSetup()
|
||||
|
||||
InfoBarEntry info(setupWebAssemblyEmSdk,
|
||||
tr("Setup Emscripten SDK for WebAssembly? "
|
||||
"To do it later, select Options > Devices > WebAssembly."),
|
||||
"To do it later, select Edit > Preferences > Devices > WebAssembly."),
|
||||
InfoBarEntry::GlobalSuppression::Enabled);
|
||||
info.addCustomButton(tr("Setup Emscripten SDK"), [setupWebAssemblyEmSdk] {
|
||||
ICore::infoBar()->removeInfo(setupWebAssemblyEmSdk);
|
||||
|
||||
Reference in New Issue
Block a user