aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/sortresult.cpp')
-rw-r--r--node/sortresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/sortresult.cpp b/node/sortresult.cpp
index b3e6b49..44a25f0 100644
--- a/node/sortresult.cpp
+++ b/node/sortresult.cpp
@@ -112,7 +112,7 @@ void SortResultNode::setSortAscending(bool asc)
}
QString SortResultNode::toString() const
{
- return "SortResultNode";
+ return QString("SortResultNode [label=\"SortResultNode %1\"").arg(m_ascending ? "Ascending":"Descending");
}
qint64 SortResultNode::getPriority() const
{