Home
last modified time | relevance | path

Searched refs:removeProfileQuery (Results 1 – 1 of 1) sorted by relevance

/dports/misc/artikulate/artikulate-21.12.3/liblearnerprofile/src/
H A Dstorage.cpp131 QSqlQuery removeProfileQuery(db); in removeProfile() local
134 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()