aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-01-08 20:54:21 +0100
committerRenaud G <renaud@rolisteam.org>2016-01-08 20:54:21 +0100
commitdb15e41502743d1124062eddb8d2bb3617e2593c (patch)
tree259d73b1be7b10efbfd125c118fc7d956a9b1aac /die.h
parent6a1a9f1c7f3c50d04d89cc54e93d08ed6f2c4cc2 (diff)
downloadOneRoll-db15e41502743d1124062eddb8d2bb3617e2593c.tar.gz
OneRoll-db15e41502743d1124062eddb8d2bb3617e2593c.zip
fix cppcheck errors
Diffstat (limited to 'die.h')
-rw-r--r--die.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/die.h b/die.h
index 2c10894..ffd37a1 100644
--- a/die.h
+++ b/die.h
@@ -99,12 +99,12 @@ public:
* @brief getFaces
* @return
*/
- quint64 getFaces();
+ quint64 getFaces() const;
/**
* @brief hasBeenDisplayed
* @return
*/
- bool hasBeenDisplayed();
+ bool hasBeenDisplayed() const;
/**
* @brief displayed
*/
@@ -117,7 +117,7 @@ public:
* @brief isHighlighted
* @return
*/
- bool isHighlighted();
+ bool isHighlighted() const;
/**
* @brief setBase