Some improvements

This commit is contained in:
Alex Spataru 2014-11-02 20:18:00 -06:00
parent e43c35f6c3
commit 656adefb56

View File

@ -158,7 +158,7 @@ void QSimpleUpdater::checkDownloadedVersion(QNetworkReply *reply) {
// If the reply from the server is not empty, compare // If the reply from the server is not empty, compare
// the downloaded version with the installed version // the downloaded version with the installed version
if (!_reply.isEmpty()) { if (!_reply.isEmpty() && _reply.contains(".")) {
// Replace the latest version string with the downloaded string // Replace the latest version string with the downloaded string
m_latest_version = _reply; m_latest_version = _reply;