mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
NOISSUE fix all clang warnings
This commit is contained in:
@@ -26,7 +26,7 @@ void GuiUtil::uploadPaste(const QString &text, QWidget *parentWidget)
|
||||
return;
|
||||
}
|
||||
|
||||
dialog.exec(paste.get());
|
||||
dialog.execWithTask(paste.get());
|
||||
if (!paste->successful())
|
||||
{
|
||||
CustomMessageBox::selectable(parentWidget, QObject::tr("Upload failed"),
|
||||
|
||||
Reference in New Issue
Block a user