diff options
| author | 2018-02-24 17:06:10 +0100 | |
|---|---|---|
| committer | 2018-02-24 17:06:10 +0100 | |
| commit | ff78f313abd4839b77f17255b79dd4499bce0512 (patch) | |
| tree | bca17428464e6184a34f382bf28b3c3204b16519 /die.h | |
| parent | 4eeb6ff50f3153c3e139507d99efdf2bc1b9314c (diff) | |
| download | OneRoll-ff78f313abd4839b77f17255b79dd4499bce0512.tar.gz OneRoll-ff78f313abd4839b77f17255b79dd4499bce0512.zip | |
-remove warnings
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -49,11 +49,6 @@ public: */ void setValue(qint64 r); /** - * @brief setFaces - * @param face - */ - void setFaces(quint64 face); - /** * @brief insertRollValue * @param r */ @@ -128,6 +123,7 @@ public: * @brief setBase */ void setBase(qint64); + qint64 getBase(); QString getColor() const; void setColor(const QString &color); |