mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
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…
Add table
Add a link
Reference in a new issue