mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-07 05:46:58 +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
|
|
@ -93,7 +93,7 @@ void LaunchController::login()
|
|||
ProgressDialog progDialog(m_parentWidget);
|
||||
if (m_online)
|
||||
progDialog.setSkipButton(true, tr("Play Offline"));
|
||||
progDialog.exec(task.get());
|
||||
progDialog.execWithTask(task.get());
|
||||
if (!task->successful())
|
||||
{
|
||||
auto failReasonNew = task->failReason();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue