OSDN Git Service

Update checker: Try first couple of mirrors in "quick" mode (reduced connection timeo...
[mutilities/MUtilities.git] / include / MUtils / UpdateChecker.h
index 99dff02..4bc866c 100644 (file)
@@ -137,6 +137,6 @@ namespace MUtils
                bool getFile(const QString &url, const QString &outFile, const unsigned int maxRedir = 5U);
                bool getFile(const QString &url, const bool forceIp4, const QString &outFile, const unsigned int maxRedir = 5U);
                bool checkSignature(const QString &file, const QString &signature);
-               bool tryUpdateMirror(UpdateCheckerInfo *updateInfo, const QString &url);
+               bool tryUpdateMirror(UpdateCheckerInfo *updateInfo, const QString &url, const bool &quick);
        };
 }