diff options
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -128,8 +128,8 @@ public: QString getColor() const; void setColor(const QString &color); - quint64 getMaxValue() const; - void setMaxValue(const quint64 &maxValue); + qint64 getMaxValue() const; + void setMaxValue(const qint64 &maxValue); private: qint64 m_value; @@ -138,7 +138,7 @@ private: bool m_hasValue; bool m_displayStatus; bool m_highlighted; - quint64 m_maxValue; + qint64 m_maxValue; qint64 m_base; QString m_color; |