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");
|
||||
}
|
||||
#elif defined(Q_OS_WIN)
|
||||
|
||||
bool UpdateChecker::downloadMatchesCurrentOS(QVariant build)
|
||||
{
|
||||
return build
|
||||
|
@ -51,7 +50,6 @@ bool UpdateChecker::downloadMatchesCurrentOS(QVariant build)
|
|||
.toString()
|
||||
.contains("exe");
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
|
||||
bool UpdateChecker::downloadMatchesCurrentOS(QVariant)
|
||||
|
|
Loading…
Reference in a new issue