qt5base-lts/tests/auto/corelib/global/qnativeinterface
Tor Arne Vestbø 0e7212460b Use member function instead of template function to resolve native interface
The use of a freestanding function is not needed now that the name
doesn't alias the nativeInterface accessor function, and was just
adding complexity to the machinery.

People not familiar with the code will have an easier time following
the flow through the helper member function, and we no longer need
to declare our own export macros.

Pick-to: 6.2
Change-Id: I17530b7e89939cfc19ab8ffaa076b7129ae02dcf
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-07-17 02:23:17 +02:00
..
CMakeLists.txt Add test for native interface machinery 2021-07-15 15:26:26 +00:00
tst_qnativeinterface.cpp Use member function instead of template function to resolve native interface 2021-07-17 02:23:17 +02:00