aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
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;