diff options
| author | Tim Blechmann <tim.blechmann@qt.io> | 2025-07-30 13:45:35 +0800 |
|---|---|---|
| committer | Axel Spoerl <axel.spoerl@qt.io> | 2025-07-31 07:01:54 +0000 |
| commit | 6793a519667eaef07d6bc04d2799b1746d258c41 (patch) | |
| tree | 1c18935d4862dda263681ad3e729e9711245b960 /src/gui/doc/snippets/plaintextlayout/window.cpp | |
| parent | 7fd86214438297b6b7a97a21a43ff350ae2ed2a9 (diff) | |
QPA: windows - declare windowproc functions as C++
Declaring the window functions as extern "C" disabled all name mangling
and namespacing. This may have been done with the intention to use C
function pointers instead of C++ function pointers as they are passed as
WNDPROC.
Drop the extern "C" and thereby implicitly declare the functions as C++.
Task-number: QTBUG-138543
Pick-to: 6.10
Change-Id: Ia20782a82f94eb3133b972dead7cdac623cfa626
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/gui/doc/snippets/plaintextlayout/window.cpp')
0 files changed, 0 insertions, 0 deletions
