Skip to content

Commit

Permalink
Fixed warning QSqlDatabase requires a QCoreApplication under QT6.7 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Sep 30, 2024
1 parent 8d4e44a commit e1c8b83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/MembershipQE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,6 @@ ClubStatusQuery::ClubStatusQuery(QObject *parent) :
ClubStatusQuery::~ClubStatusQuery()
{
FCT_IDENTIFICATION;

QSqlDatabase::removeDatabase(dbConnectionName);
}

void ClubStatusQuery::getClubStatus(const QString &in_callsign,
Expand Down

0 comments on commit e1c8b83

Please sign in to comment.