summaryrefslogtreecommitdiff
path: root/libsowatch
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-13 01:34:28 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-13 01:34:28 +0200
commit31e3450a84df7c1c64617299180813c975fbb877 (patch)
tree14e6e6c165af2b5aa3310cc49241837a7ee1d4b8 /libsowatch
parent76544a015e0db637e1328ad66da9bef3c50f8217 (diff)
downloadsowatch-31e3450a84df7c1c64617299180813c975fbb877.tar.gz
sowatch-31e3450a84df7c1c64617299180813c975fbb877.zip
bump to 0.5 and random fixes
Diffstat (limited to 'libsowatch')
-rw-r--r--libsowatch/notificationsmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsowatch/notificationsmodel.cpp b/libsowatch/notificationsmodel.cpp
index 86adabc..53b714e 100644
--- a/libsowatch/notificationsmodel.cpp
+++ b/libsowatch/notificationsmodel.cpp
@@ -112,7 +112,6 @@ int NotificationsModel::fullCountByType(int type) const
Notification* NotificationsModel::getMostRecentByType(Notification::Type type) const
{
if (!_list[type].empty()) {
- qDebug() << "Returning most recent" << _list[type].first();
// TODO Actually get the most recent (sort by date)
return _list[type].first();
} else {