aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/keepdiceexecnode.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-30 11:55:50 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-30 11:55:50 +0100
commit12195f01002bbef88bb726be51f4408288034e33 (patch)
tree2777ee2775ca1b56c2f61ef7395e850f031cd504 /node/keepdiceexecnode.h
parent39792ee1b53cc88cef6914ae89c34a050aef9b28 (diff)
downloadOneRoll-12195f01002bbef88bb726be51f4408288034e33.tar.gz
OneRoll-12195f01002bbef88bb726be51f4408288034e33.zip
Update keepdiceexecnode.h
getPriority
Diffstat (limited to 'node/keepdiceexecnode.h')
-rw-r--r--node/keepdiceexecnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h
index 6b62a80..615b70c 100644
--- a/node/keepdiceexecnode.h
+++ b/node/keepdiceexecnode.h
@@ -12,6 +12,7 @@ public:
virtual void run(ExecutionNode *previous);
virtual void setDiceKeepNumber(quint64 );
virtual QString toString()const;
+ virtual qint64 getPriority() const;
private:
quint64 m_numberOfDice;
DiceResult* m_diceResult;