summaryrefslogtreecommitdiff
path: root/sowatchui/watchscannermodel.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-09 19:21:39 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-09 19:21:39 +0200
commit67c0ceaa7562310a62a7d11e96f1d558950660b5 (patch)
tree74e67a28c49447db1bda1907d00c57f796703195 /sowatchui/watchscannermodel.cpp
parent118cb64416eb3bbbfee47bd3c618fc8825d85f54 (diff)
downloadsowatch-67c0ceaa7562310a62a7d11e96f1d558950660b5.tar.gz
sowatch-67c0ceaa7562310a62a7d11e96f1d558950660b5.zip
prepare watchlet/notif lists
Diffstat (limited to 'sowatchui/watchscannermodel.cpp')
-rw-r--r--sowatchui/watchscannermodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sowatchui/watchscannermodel.cpp b/sowatchui/watchscannermodel.cpp
index 5d3b0ac..8dd8d1e 100644
--- a/sowatchui/watchscannermodel.cpp
+++ b/sowatchui/watchscannermodel.cpp
@@ -48,6 +48,7 @@ bool WatchScannerModel::active() const
int WatchScannerModel::rowCount(const QModelIndex &parent) const
{
+ Q_UNUSED(parent);
return _list.count();
}