aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-30 12:01:53 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-30 12:01:53 +0100
commita1c26ce7c1954c77da934fd77fd73161ae6dae87 (patch)
tree621b3cefce18f3cc591f2317617de73707c24c82 /node/sortresult.h
parent1e25fd75fa4dd456d603b232a393c0e40363ce12 (diff)
downloadOneRoll-a1c26ce7c1954c77da934fd77fd73161ae6dae87.tar.gz
OneRoll-a1c26ce7c1954c77da934fd77fd73161ae6dae87.zip
Update sortresult.h
getPriority
Diffstat (limited to 'node/sortresult.h')
-rw-r--r--node/sortresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/sortresult.h b/node/sortresult.h
index b1f0b29..339dcbe 100644
--- a/node/sortresult.h
+++ b/node/sortresult.h
@@ -13,6 +13,7 @@ public:
void setSortAscending(bool asc);
virtual QString toString()const;
+ virtual qint64 getPriority() const;
private:
bool m_ascending;