aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-03-22 19:27:45 +0100
committerRenaud G <renaud@rolisteam.org>2016-03-22 19:27:45 +0100
commitd466a529fe2ed5c09c2353c67c82df5c83d831cf (patch)
tree6807e3729cf4eff1c750e5de04113af4809059bb /die.cpp
parent37320ce7aa23c52f950a97c756a2d9c618467d1d (diff)
downloadOneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.tar.gz
OneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.zip
fix cpp check
Diffstat (limited to 'die.cpp')
-rw-r--r--die.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/die.cpp b/die.cpp
index 64bd606..64f08d6 100644
--- a/die.cpp
+++ b/die.cpp
@@ -19,14 +19,15 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-#include <QDateTime>
#include "die.h"
+#include <QDateTime>
#include <QDebug>
+#include <QColor>
Die::Die()
- : m_hasValue(false),m_displayStatus(false),m_highlighted(true),m_base(1)
+ : m_hasValue(false),m_displayStatus(false),m_highlighted(true),m_base(1),m_color("")
{
uint seed = quintptr(this) + QDateTime::currentDateTime().toMSecsSinceEpoch();
qsrand(seed);