forked from qt-creator/qt-creator
qmldesigner: cleanup connect
Change-Id: Id19c49d7ca7d9f19acf971ae005c868e50aec44d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -258,9 +258,7 @@ ItemLibraryAssetImportDialog::ItemLibraryAssetImportDialog(
|
|||||||
connect(ui->advancedSettingsButton, &QPushButton::clicked,
|
connect(ui->advancedSettingsButton, &QPushButton::clicked,
|
||||||
this, &ItemLibraryAssetImportDialog::toggleAdvanced);
|
this, &ItemLibraryAssetImportDialog::toggleAdvanced);
|
||||||
|
|
||||||
QTimer::singleShot(0, this, [this]() {
|
QTimer::singleShot(0, this, &ItemLibraryAssetImportDialog::updateUi);
|
||||||
updateUi();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ItemLibraryAssetImportDialog::~ItemLibraryAssetImportDialog()
|
ItemLibraryAssetImportDialog::~ItemLibraryAssetImportDialog()
|
||||||
|
|||||||
Reference in New Issue
Block a user