mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 16:04:12 +02:00
c3392bf025
QSqlDatabase::exec(const QString&) is deprecated in Qt6. Route the PRAGMA/CREATE TABLE statements through QSqlQuery(db).exec() instead. Clears 11 -Wdeprecated-declarations warnings; same statements, same database connection, no behavioural change.