fix if/else

This commit is contained in:
Zach H 2016-05-08 03:35:18 -04:00
parent 449982553a
commit 0163d7af99

View file

@ -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)