aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-03-31 23:49:35 +0200
committerRenaud G <renaud@rolisteam.org>2015-03-31 23:49:35 +0200
commit4c9a68db5423c5d798d178d4dafb5bf8e3228ed1 (patch)
treeec42aa463cbdf7ab6e679932c75d93a2a6ab0ead /node/dicerollernode.h
parentfc1de9a59c3d60d87d94e62fea1a44f6fce65237 (diff)
downloadOneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.tar.gz
OneRoll-4c9a68db5423c5d798d178d4dafb5bf8e3228ed1.zip
add better error management (not finished yet)
add check for endless loop in validator (not finished yet) Better helpMe
Diffstat (limited to 'node/dicerollernode.h')
-rw-r--r--node/dicerollernode.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h
index 472a5d8..d50fe95 100644
--- a/node/dicerollernode.h
+++ b/node/dicerollernode.h
@@ -7,17 +7,17 @@
#include "executionnode.h"
#include "result/diceresult.h"
-class DiceRoller : public QRunnable
-{
-public:
- DiceRoller(QMutex* mutex,DiceResult* diceResult,int faces,int count);
- virtual void run ();
-private:
- QMutex* m_mutex;
- DiceResult* m_sharedDiceResult;
- int m_faces;
- quint64 m_diceCount;
-};
+//class DiceRoller : public QRunnable
+//{
+//public:
+// DiceRoller(QMutex* mutex,DiceResult* diceResult,int faces,int count);
+// virtual void run ();
+//private:
+// QMutex* m_mutex;
+// DiceResult* m_sharedDiceResult;
+// int m_faces;
+// quint64 m_diceCount;
+//};
/**
* @brief The DiceRollerNode class