removing annoying debug info
This commit is contained in:
parent
cf20d1aeb7
commit
ac5bd950c7
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ QVariantMap ServiceItemModel::getItem(int index) const {
|
||||||
QHashIterator<int,QByteArray> it(rn);
|
QHashIterator<int,QByteArray> it(rn);
|
||||||
while (it.hasNext()) {
|
while (it.hasNext()) {
|
||||||
it.next();
|
it.next();
|
||||||
qDebug() << it.key() << ":" << it.value();
|
// qDebug() << it.key() << ":" << it.value();
|
||||||
data[it.value()] = idx.data(it.key());
|
data[it.value()] = idx.data(it.key());
|
||||||
}
|
}
|
||||||
return data;
|
return data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue