diff options
| author | 2015-05-03 02:53:34 +0200 | |
|---|---|---|
| committer | 2015-05-03 02:53:34 +0200 | |
| commit | 6dbf254b7d5b19b77eb4716b24a1768f48b11248 (patch) | |
| tree | 8d5e0c303dee1b23c891580fcb4b224a48cc3ed9 /result | |
| parent | 479b96210a01c152d5498e97cd66c47258918c49 (diff) | |
| download | OneRoll-6dbf254b7d5b19b77eb4716b24a1768f48b11248.tar.gz OneRoll-6dbf254b7d5b19b77eb4716b24a1768f48b11248.zip | |
-Add install target to make file.
-Add comments and class descriptions.
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 { |