summaryrefslogtreecommitdiff
path: root/src/history
diff options
context:
space:
mode:
Diffstat (limited to 'src/history')
-rw-r--r--src/history/historymanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h
index eb8d78d7..8650bd14 100644
--- a/src/history/historymanager.h
+++ b/src/history/historymanager.h
@@ -84,7 +84,7 @@ public:
// history is sorted in reverse
inline bool operator <(const HistoryItem &other) const
{
- return relevance() > other.relevance();
+ return dateTime > other.dateTime;
}
QString title;