summaryrefslogtreecommitdiff
path: root/sowatchui/watchesmodel.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-09 19:06:46 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-09 19:06:46 +0200
commit118cb64416eb3bbbfee47bd3c618fc8825d85f54 (patch)
tree8a2d0e51cba858eda83c82dfd591c10b92300487 /sowatchui/watchesmodel.cpp
parentbc5b70046e84c6e5a33a19bd2e64e626fdf0579e (diff)
downloadsowatch-118cb64416eb3bbbfee47bd3c618fc8825d85f54.tar.gz
sowatch-118cb64416eb3bbbfee47bd3c618fc8825d85f54.zip
add some UI stubs
Diffstat (limited to 'sowatchui/watchesmodel.cpp')
-rw-r--r--sowatchui/watchesmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sowatchui/watchesmodel.cpp b/sowatchui/watchesmodel.cpp
index c45a229..69de3a0 100644
--- a/sowatchui/watchesmodel.cpp
+++ b/sowatchui/watchesmodel.cpp
@@ -39,7 +39,6 @@ int WatchesModel::rowCount(const QModelIndex &parent) const
QVariant WatchesModel::data(const QModelIndex &index, int role) const
{
- qDebug() << "Asked for data" << index.row() << index.column() << role;
ConfigKey *config = _list[index.row()];
QString key = config->key();
QString id = key.mid(key.lastIndexOf('/') + 1);