diff options
| author | 2014-01-30 11:52:49 +0100 | |
|---|---|---|
| committer | 2014-01-30 11:52:49 +0100 | |
| commit | c5ed176a0a197766d4e3e86a0da65da8a9c9be74 (patch) | |
| tree | 1c1f70d90136959dad1ea3c25ddd7868ce5007b4 /node/dicerollernode.h | |
| parent | b097b1160dbb01971e76c974ac5d44856ba71fc8 (diff) | |
| download | OneRoll-c5ed176a0a197766d4e3e86a0da65da8a9c9be74.tar.gz OneRoll-c5ed176a0a197766d4e3e86a0da65da8a9c9be74.zip | |
Update dicerollernode.h
getPriority
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; |