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