diff options
Diffstat (limited to 'node/dicerollernode.h')
| -rw-r--r-- | node/dicerollernode.h | 1 |
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; |