aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-02-12 11:19:57 +0100
committerRenaud G <renaud@rolisteam.org>2017-02-12 11:19:57 +0100
commit527011e141ea8022a2bb41a52ef64fbb6cac0cfe (patch)
treeb9c03f75376a8041c1f31f7e6908735721b2c19c /die.h
parent6ac191e912e240dcc6eb00f36eb643ff3dd144d7 (diff)
downloadOneRoll-527011e141ea8022a2bb41a52ef64fbb6cac0cfe.tar.gz
OneRoll-527011e141ea8022a2bb41a52ef64fbb6cac0cfe.zip
-remove unsigned
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 5899bab..b0b44ad 100644
--- a/die.h
+++ b/die.h
@@ -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;