aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dicealias.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-01-08 20:12:38 +0100
committerRenaud G <renaud@rolisteam.org>2016-01-08 20:12:38 +0100
commit6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2 (patch)
tree0ef85b5cab3bb3bf39a1a9e89b4b887d117f6ab7 /dicealias.h
parent5cd822edaeebae07450ae3735bd2aaf7a4d28103 (diff)
downloadOneRoll-6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2.tar.gz
OneRoll-6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2.zip
-Fix cppcheck errors.
Diffstat (limited to 'dicealias.h')
-rw-r--r--dicealias.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dicealias.h b/dicealias.h
index c902957..189b0f9 100644
--- a/dicealias.h
+++ b/dicealias.h
@@ -67,17 +67,17 @@ public:
* @brief getCommand
* @return
*/
- QString getCommand();
+ QString getCommand() const;
/**
* @brief getValue
* @return
*/
- QString getValue();
+ QString getValue() const;
/**
* @brief isReplace
* @return
*/
- bool isReplace();
+ bool isReplace() const;
/**
* @brief setReplace
*/