NOISSUE fix all clang warnings
This commit is contained in:
@ -82,7 +82,7 @@ QString CopyInstanceDialog::instGroup() const
|
||||
void CopyInstanceDialog::on_iconButton_clicked()
|
||||
{
|
||||
IconPickerDialog dlg(this);
|
||||
dlg.exec(InstIconKey);
|
||||
dlg.execWithSelection(InstIconKey);
|
||||
|
||||
if (dlg.result() == QDialog::Accepted)
|
||||
{
|
||||
|
Reference in New Issue
Block a user