Searched refs:removeProfileQuery (Results 1 – 1 of 1) sorted by relevance
131 QSqlQuery removeProfileQuery(db); in removeProfile() local134 removeProfileQuery.prepare(QStringLiteral("DELETE FROM profiles WHERE id = ?")); in removeProfile()135 removeProfileQuery.bindValue(0, learner->identifier()); in removeProfile()136 removeProfileQuery.exec(); in removeProfile()138 if (removeProfileQuery.lastError().isValid()) { in removeProfile()139 qCritical() << removeProfileQuery.lastError().text(); in removeProfile()140 raiseError(removeProfileQuery.lastError()); in removeProfile()