diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 19:06:46 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 19:06:46 +0200 |
commit | 118cb64416eb3bbbfee47bd3c618fc8825d85f54 (patch) | |
tree | 8a2d0e51cba858eda83c82dfd591c10b92300487 /sowatchui/watchesmodel.cpp | |
parent | bc5b70046e84c6e5a33a19bd2e64e626fdf0579e (diff) | |
download | sowatch-118cb64416eb3bbbfee47bd3c618fc8825d85f54.tar.gz sowatch-118cb64416eb3bbbfee47bd3c618fc8825d85f54.zip |
add some UI stubs
Diffstat (limited to 'sowatchui/watchesmodel.cpp')
-rw-r--r-- | sowatchui/watchesmodel.cpp | 1 |
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); |