mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop-widgets isn't built for mobile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1b7ee876ac
commit
afbeccca21
1 changed files with 0 additions and 2 deletions
|
@ -101,7 +101,6 @@ void UpdateManager::requestReceived()
|
||||||
msgbox.setIcon(QMessageBox::Warning);
|
msgbox.setIcon(QMessageBox::Warning);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifndef SUBSURFACE_MOBILE
|
|
||||||
if (haveNewVersion || !isAutomaticCheck) {
|
if (haveNewVersion || !isAutomaticCheck) {
|
||||||
msgbox.setWindowTitle(msgTitle);
|
msgbox.setWindowTitle(msgTitle);
|
||||||
msgbox.setWindowIcon(QIcon(":subsurface-icon"));
|
msgbox.setWindowIcon(QIcon(":subsurface-icon"));
|
||||||
|
@ -126,5 +125,4 @@ void UpdateManager::requestReceived()
|
||||||
update_settings->setDontCheckForUpdates(response.exec() != QMessageBox::Accepted);
|
update_settings->setDontCheckForUpdates(response.exec() != QMessageBox::Accepted);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue