mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 01:07:41 +02:00
typo
This commit is contained in:
parent
e1fb01e6dd
commit
80ab2f31f4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void AutoUpdater::parseLatestVersionData() {
|
||||||
|
|
||||||
void AutoUpdater::checkVersionAndNotify() {
|
void AutoUpdater::checkVersionAndNotify() {
|
||||||
if (QCoreApplication::applicationVersion() == "dev" || _builds.empty()) {
|
if (QCoreApplication::applicationVersion() == "dev" || _builds.empty()) {
|
||||||
// No version checking is required in dev builds or when not builds
|
// No version checking is required in dev builds or when no build
|
||||||
// data was found for the platform
|
// data was found for the platform
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue