be sure to set a result

This commit is contained in:
Aaron Seigo 2011-04-28 18:09:48 +02:00 committed by Marco Martin
parent 4ea98632da
commit a1bd4a3dc6

View File

@ -267,8 +267,9 @@ void StorageJob::start()
}
setResult(m_data);
} else {
setResult(false);
}
} else if (operationName() == "delete") {
QSqlQuery query(*m_rdb->database());