A row isn't counted as affected if no change is made, but for the purposes of the client the end result is that the requested data is set in your MyList.
break;
case MYLIST_ENTRY_EDITED:
{
+/*
QString affectedEntries = reply.mid(reply.indexOf('\n')).trimmed();
bool ok;
m_affectedEntries = affectedEntries.toInt(&ok);
signalReplyReady(false);
return;
}
-
+*/
m_stateSet = true;
signalReplyReady(true);
}