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