summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qatomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qatomic.h')
-rw-r--r--src/corelib/thread/qatomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/thread/qatomic.h b/src/corelib/thread/qatomic.h
index 4fa4fcd2ff5..2e629735128 100644
--- a/src/corelib/thread/qatomic.h
+++ b/src/corelib/thread/qatomic.h
@@ -46,6 +46,7 @@ public:
static constexpr bool isReferenceCountingWaitFree();
bool ref();
+ void refRelaxed();
bool deref();
static constexpr bool isTestAndSetNative();