summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/kdtools')
-rw-r--r--src/libs/kdtools/kdupdaterupdateoperation.cpp16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/libs/kdtools/kdupdaterupdateoperation.cpp b/src/libs/kdtools/kdupdaterupdateoperation.cpp
index 50d396671..67b10bedb 100644
--- a/src/libs/kdtools/kdupdaterupdateoperation.cpp
+++ b/src/libs/kdtools/kdupdaterupdateoperation.cpp
@@ -58,12 +58,16 @@ using namespace KDUpdater;
/*!
\enum UpdateOperation::Error
- Error codes related to operation arguments and operation runtime failures.
-
- NoError No error occurred.
- InvalidArguments Number of arguments does not match or an invalid argument was set.
- UserDefinedError An error occurred during operation run. Use UpdateOperation::errorString()
- to get the human-readable description of the error that occurred.
+ This enum code specifies error codes related to operation arguments and
+ operation runtime failures.
+
+ \value NoError
+ No error occurred.
+ \value InvalidArguments
+ Number of arguments does not match or an invalid argument was set.
+ \value UserDefinedError
+ An error occurred during operation run. Use UpdateOperation::errorString()
+ to get the human-readable description of the error that occurred.
*/
/*