summaryrefslogtreecommitdiffstats
path: root/examples/sql/sqlbrowser/qsqlconnectiondialog.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2024-12-28 12:38:33 +0100
committerMarc Mutz <marc.mutz@qt.io>2024-12-31 08:27:00 +0100
commit63f1c6fcbab5f36809ffc96ac5ff6cb9e01e70bb (patch)
tree232bf9c84196374a5e20b5e02a825404792ef1be /examples/sql/sqlbrowser/qsqlconnectiondialog.cpp
parentc7f64d84fbd9b5b3cac41c1d81dc4d0479fc3fa1 (diff)
Port QtCore from QScoped- to std::unique_ptr [1/2]: private uses
This patch series is in preparation of enabling QT_NO_SCOPED_POINTER when building QtCore, a prerequisite for enabling this opt-out in leaf modules. This first part of the patch series ports objects whose use cannot "leak" into other modules, e.g. because they are in .cpp files or are private members and is thus SC (and, as demonstrated by various static assertions we put into the source code over the years, BC). The second patch will deal with objects in protected and public APIs, and thus might be QUIP-6 SiC Type A. Pick-to: 6.9 Task-number: QTBUG-132213 Change-Id: If4967f6e563a4e7d74550fad4c6d354fad1beef5 Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Diffstat (limited to 'examples/sql/sqlbrowser/qsqlconnectiondialog.cpp')
0 files changed, 0 insertions, 0 deletions