mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
NOISSUE fix all clang warnings
This commit is contained in:
parent
0af04dc060
commit
cca6700134
52 changed files with 132 additions and 161 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue