diff options
| author | Juha Vuolle <juha.vuolle@qt.io> | 2025-04-17 08:15:50 +0300 |
|---|---|---|
| committer | Juha Vuolle <juha.vuolle@qt.io> | 2025-04-22 14:29:04 +0300 |
| commit | 8d659669b248908b28dd51d07054cbb1ce91a35a (patch) | |
| tree | e50aec42e3a4818ca40a9ec5b97c172ec5b9daa1 /src/plugins/sqldrivers/mysql/qsql_mysql.cpp | |
| parent | 40595f8063ff18fd3b3e810ffc799fb081e33a1b (diff) | |
Fix namespace build when networkproxy is disabled
The QT_BEGIN_NAMESPACE macro was inside the "#if networkproxy" code
block, whereas the QT_END_NAMESPACE was outside of it.
When networkproxy feature is then disabled, the file will only
effectively have the QT_END_NAMESPACE macro. This fails to compile
when the build is an actual namespace build.
Pick-to: 6.9 6.8
Change-Id: Ic0b0fd2d086811664a4f66e2c46424d370641355
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/mysql/qsql_mysql.cpp')
0 files changed, 0 insertions, 0 deletions
