diff --git a/docs/d0/d8a/class_m_utils_1_1_update_checker.html b/docs/d0/d8a/class_m_utils_1_1_update_checker.html
index 0153c64..138f765 100644
--- a/docs/d0/d8a/class_m_utils_1_1_update_checker.html
+++ b/docs/d0/d8a/class_m_utils_1_1_update_checker.html
@@ -141,9 +141,9 @@ const int
getCurrentProgre
const UpdateCheckerInfo * | getUpdateInfo (void) const |
|
-
-void | cancel (void) |
- |
+
+bool | cancel (void) |
+ |
|
diff --git a/docs/d2/dad/_hash_8h_source.html b/docs/d2/dad/_hash_8h_source.html
index 5fb4967..866f5de 100644
--- a/docs/d2/dad/_hash_8h_source.html
+++ b/docs/d2/dad/_hash_8h_source.html
@@ -73,7 +73,7 @@ $(function() {
static const quint16 HASH_BLAKE2_512 Hash algorithm identifier. Definition: Hash.h:42
static const quint16 HASH_KECCAK_384 Hash algorithm identifier. Definition: Hash.h:45
Global MUtils namespace. Definition: CPUFeatures.h:37
-#define MUTILS_NO_COPY(CLASS) Disables copy constructor and assignment operator in the specified class. This macro should be used i... Definition: Global.h:366
+#define MUTILS_NO_COPY(CLASS) Disables copy constructor and assignment operator in the specified class. This macro should be used i... Definition: Global.h:370
MUTILS_API Hash * create(const quint16 &hashId, const char *const key=NULL) Create instance of a hash function.
This abstract class specifies the generic interface for all support hash algorithms. Definition: Hash.h:57
static const quint16 HASH_KECCAK_256 Hash algorithm identifier. Definition: Hash.h:44
diff --git a/docs/d4/d85/_job_object_8h_source.html b/docs/d4/d85/_job_object_8h_source.html
index 254f51e..7a57f6d 100644
--- a/docs/d4/d85/_job_object_8h_source.html
+++ b/docs/d4/d85/_job_object_8h_source.html
@@ -70,7 +70,7 @@ $(function() {
Go to the documentation of this file. 70 bool isObjectCreated( void); 81 bool addProcessToJob( const QProcess * const process); 92 bool terminateJob( const quint32 &exitCode); This file contains miscellaneous functions that are generally useful for Qt-based applications...
This class represents a job object. Definition: JobObject.h:46
Global MUtils namespace. Definition: CPUFeatures.h:37
- #define MUTILS_NO_COPY(CLASS) Disables copy constructor and assignment operator in the specified class. This macro should be used i... Definition: Global.h:366
+ #define MUTILS_NO_COPY(CLASS) Disables copy constructor and assignment operator in the specified class. This macro should be used i... Definition: Global.h:370
|