diff options
Diffstat (limited to 'dicealias.h')
| -rw-r--r-- | dicealias.h | 6 |
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 */ |