Fix problems with reconnects where dialog keeps popping up.

This commit is contained in:
eelke 2025-04-01 20:26:44 +02:00
parent a6be979f8e
commit 581e92723d
6 changed files with 11 additions and 10 deletions

View file

@ -113,7 +113,7 @@ private slots:
void query_ready(std::shared_ptr<Pgsql::Result>, qint64 elapsedms);
void queryTextChanged();
void connectionStateChanged(ASyncDBConnection::StateData state);
void connectionStateChanged();
void receiveNotice(Pgsql::ErrorDetails notice);
void startConnect();