diff options
Diffstat (limited to 'result')
| -rw-r--r-- | result/stringresult.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/stringresult.h b/result/stringresult.h index 4a9a4a4..5a6b26c 100644 --- a/result/stringresult.h +++ b/result/stringresult.h @@ -4,7 +4,7 @@ #include <QString> #include "result.h" /** - * @brief The StringResult class + * @brief The StringResult class stores command result for String. */ class StringResult : public Result { |