aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-30 11:52:49 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-30 11:52:49 +0100
commitc5ed176a0a197766d4e3e86a0da65da8a9c9be74 (patch)
tree1c1f70d90136959dad1ea3c25ddd7868ce5007b4 /node
parentb097b1160dbb01971e76c974ac5d44856ba71fc8 (diff)
downloadOneRoll-c5ed176a0a197766d4e3e86a0da65da8a9c9be74.tar.gz
OneRoll-c5ed176a0a197766d4e3e86a0da65da8a9c9be74.zip
Update dicerollernode.h
getPriority
Diffstat (limited to 'node')
-rw-r--r--node/dicerollernode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h
index cbbf29e..e44f754 100644
--- a/node/dicerollernode.h
+++ b/node/dicerollernode.h
@@ -15,6 +15,7 @@ public:
quint64 getFaces();
virtual QString toString()const;
+ virtual qint64 getPriority() const;
//private members
private:
quint64 m_diceCount;