chore: add missing ifdef
This commit is contained in:
parent
98a5219137
commit
574773fa7c
1 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ void UpdateController::checkForUpdates()
|
|||
|
||||
void UpdateController::runInstaller()
|
||||
{
|
||||
#if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS)
|
||||
if (m_downloadUrl.isEmpty()) {
|
||||
logger.error() << "Download URL is empty";
|
||||
return;
|
||||
|
|
@ -170,6 +171,7 @@ void UpdateController::runInstaller()
|
|||
}
|
||||
reply->deleteLater();
|
||||
});
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(Q_OS_WINDOWS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue