mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE curly brace formatting
This commit is contained in:
@@ -155,7 +155,9 @@ void CreateShortcutDialog::createShortcut()
|
||||
shortcutFile.close();
|
||||
}
|
||||
#ifdef Q_OS_WIN
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!QFileInfo::exists(QCoreApplication::applicationDirPath() + "/icons/shortcut-icon.ico"))
|
||||
{
|
||||
QPixmap iconPixmap = QIcon(":/logo.svg").pixmap(64, 64);
|
||||
|
Reference in New Issue
Block a user