Fix compilation warning

This commit is contained in:
Simon Quigley 2025-02-04 00:57:19 -06:00
parent 61f017eb2a
commit f08b3ee199

View File

@ -85,6 +85,7 @@ QSqlDatabase get_thread_connection() {
}
return thread_db;
}
return QSqlDatabase();
}
bool ci_query_exec(QSqlQuery* query, const QString query_string) {