qtbase/examples/sql/sqlbrowser
Kai Köhne 3552afe38a Fix warning on SQL Browser startup
Browser::addConnection is not a slot/invokable, and requires arguments.

What was probably meant to happen is that the connection dialog
opens.

Pick-to: 6.5 6.6 6.7
Change-Id: I4e6bffb3e0277ca3deb7111cf4bb47ff188f6f16
Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
2024-01-12 19:35:04 +01:00
..
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
browser.cpp examples/: compile with QT_NO_CONTEXTLESS_CONNECT 2023-09-08 19:17:36 +03:00
browser.h examples/: compile with QT_NO_CONTEXTLESS_CONNECT 2023-09-08 19:17:36 +03:00
browserwidget.ui
connectionwidget.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
connectionwidget.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
main.cpp Fix warning on SQL Browser startup 2024-01-12 19:35:04 +01:00
qsqlconnectiondialog.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsqlconnectiondialog.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsqlconnectiondialog.ui
sqlbrowser.pro