QAtomicInt Class▲
-
Header: QAtomicInt
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core)
-
qmake: QT += core
-
Inherits: QAtomicInteger
Detailed Description▲
This class is a equivalent to QAtomicInteger<int>. All other functionality is equivalent. Please see that class for more information.
See Also▲
See also QAtomicInteger, QAtomicPointer