logic: Fixed update check still displaying new version after using new version

This commit is contained in:
Eberhard Graether
2017-10-12 10:16:42 +02:00
parent f0da5b630b
commit 43f492cded
6 changed files with 36 additions and 7 deletions
+2
View File
@@ -3,6 +3,7 @@
#include "qt/utility/QtThreadedFunctor.h"
#include "UpdateChecker.h"
#include "utility/Version.h"
class QtUpdateChecker
: public UpdateChecker
@@ -11,6 +12,7 @@ public:
struct Result
{
bool success = false;
Version version;
QString url;
};