aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-21 16:33:41 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-21 16:33:41 +0100
commit13c06ff3d9b6f54c3f1f3c025a985c180a604e89 (patch)
tree0bbe66b5bc4e3df7ecb792cc8ea10e4f714a2f85 /node/sortresult.h
parentac0eab35319f365e3acf8b7a353e2e63c1c2166e (diff)
downloadOneRoll-13c06ff3d9b6f54c3f1f3c025a985c180a604e89.tar.gz
OneRoll-13c06ff3d9b6f54c3f1f3c025a985c180a604e89.zip
Update sortresult.h
toString
Diffstat (limited to 'node/sortresult.h')
-rw-r--r--node/sortresult.h2
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;