diff options
Diffstat (limited to 'node')
| -rw-r--r-- | node/sortresult.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/sortresult.h b/node/sortresult.h index a317959..b1f0b29 100644 --- a/node/sortresult.h +++ b/node/sortresult.h @@ -12,6 +12,8 @@ public: void setSortAscending(bool asc); + virtual QString toString()const; + private: bool m_ascending; DiceResult* m_diceResult; |