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");
}
#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)