Skip to content

Commit e1c8b83

Browse files
committed
Fixed warning QSqlDatabase requires a QCoreApplication under QT6.7 (2)
1 parent 8d4e44a commit e1c8b83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/MembershipQE.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,6 @@ ClubStatusQuery::ClubStatusQuery(QObject *parent) :
484484
ClubStatusQuery::~ClubStatusQuery()
485485
{
486486
FCT_IDENTIFICATION;
487-
488-
QSqlDatabase::removeDatabase(dbConnectionName);
489487
}
490488

491489
void ClubStatusQuery::getClubStatus(const QString &in_callsign,

0 commit comments

Comments
 (0)