diff options
| author | 2016-01-10 17:55:32 +0100 | |
|---|---|---|
| committer | 2016-01-10 17:55:32 +0100 | |
| commit | 7df15a3d41d87bbed9155a5cff2fda70acbf2f0e (patch) | |
| tree | 12acda80f00901f06ec72e77a2ac3aab9e03f9b2 /die.h | |
| parent | 20812f196cfba490952d2e148b4e321c10cbad7e (diff) | |
| parent | db15e41502743d1124062eddb8d2bb3617e2593c (diff) | |
| download | OneRoll-7df15a3d41d87bbed9155a5cff2fda70acbf2f0e.tar.gz OneRoll-7df15a3d41d87bbed9155a5cff2fda70acbf2f0e.zip | |
merge MergeOp into master
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |