diff options
| author | 2016-02-04 17:58:00 +0100 | |
|---|---|---|
| committer | 2016-02-04 17:58:00 +0100 | |
| commit | c671d21b54d43dbd6112f3ab50fc6ebd63dc4aef (patch) | |
| tree | 34ad9a7a84e0e71cb45f8b381eccae431ca39d25 /die.h | |
| parent | c796cef9dbbf48dcaf21dc4f4ea62db2ba4fe629 (diff) | |
| download | OneRoll-c671d21b54d43dbd6112f3ab50fc6ebd63dc4aef.tar.gz OneRoll-c671d21b54d43dbd6112f3ab50fc6ebd63dc4aef.zip | |
Add Management of Color
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,6 +125,9 @@ public: */ void setBase(qint64); + QString getColor() const; + void setColor(const QString &color); + private: qint64 m_value; QList<qint64> m_rollResult; |