Provides private core functionality. More...
Detailed Description
\title
Qt Core Private C++ Classes \qtvariable
core-private \preliminary
When building with CMake, use the following commands to use private Qt Core APIs:
find_package(Qt6 REQUIRED COMPONENTS Core) target_link_libraries(mytarget PRIVATE Qt6::CorePrivate)