mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-26 00:15:16 +00:00
NOISSUE curly brace formatting
This commit is contained in:
parent
018e6229ca
commit
bf5be5568e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user