From 527011e141ea8022a2bb41a52ef64fbb6cac0cfe Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 12 Feb 2017 11:19:57 +0100 Subject: -remove unsigned --- die.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'die.cpp') diff --git a/die.cpp b/die.cpp index 49b30ac..87fdd3c 100644 --- a/die.cpp +++ b/die.cpp @@ -169,12 +169,12 @@ void Die::setColor(const QString &color) m_color = color; } -quint64 Die::getMaxValue() const +qint64 Die::getMaxValue() const { return m_maxValue; } -void Die::setMaxValue(const quint64 &maxValue) +void Die::setMaxValue(const qint64 &maxValue) { m_maxValue = maxValue; } -- cgit v1.2.3-70-g09d2