fix if/else
This commit is contained in:
parent
449982553a
commit
0163d7af99
1 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@ bool UpdateChecker::downloadMatchesCurrentOS(QVariant build)
|
||||||
.contains("osx");
|
.contains("osx");
|
||||||
}
|
}
|
||||||
#elif defined(Q_OS_WIN)
|
#elif defined(Q_OS_WIN)
|
||||||
|
|
||||||
bool UpdateChecker::downloadMatchesCurrentOS(QVariant build)
|
bool UpdateChecker::downloadMatchesCurrentOS(QVariant build)
|
||||||
{
|
{
|
||||||
return build
|
return build
|
||||||
|
@ -51,7 +50,6 @@ bool UpdateChecker::downloadMatchesCurrentOS(QVariant build)
|
||||||
.toString()
|
.toString()
|
||||||
.contains("exe");
|
.contains("exe");
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
bool UpdateChecker::downloadMatchesCurrentOS(QVariant)
|
bool UpdateChecker::downloadMatchesCurrentOS(QVariant)
|
||||||
|
|
Loading…
Reference in a new issue