Remove unnessecary "is defined" check
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
This commit is contained in:
parent
f12117c532
commit
6ae3b183fd
@ -2112,7 +2112,7 @@ void MainWindow::on_actionCreateInstanceShortcut_triggered()
|
|||||||
// TODO
|
// TODO
|
||||||
// need to convert icon to ICO format and save it somewhere...
|
// need to convert icon to ICO format and save it somewhere...
|
||||||
iconPath = "";
|
iconPath = "";
|
||||||
#elif defined(Q_OS_UNIX)
|
#else
|
||||||
iconPath = icon->getFilePath();
|
iconPath = icon->getFilePath();
|
||||||
#endif
|
#endif
|
||||||
if (FS::createShortcut(FS::PathCombine(desktopPath, m_selectedInstance->name()),
|
if (FS::createShortcut(FS::PathCombine(desktopPath, m_selectedInstance->name()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user