summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/qrhiprof/qrhiprof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/qrhiprof/qrhiprof.cpp')
-rw-r--r--tests/manual/rhi/qrhiprof/qrhiprof.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/manual/rhi/qrhiprof/qrhiprof.cpp b/tests/manual/rhi/qrhiprof/qrhiprof.cpp
index 2dea20ec22..d9f2c405d1 100644
--- a/tests/manual/rhi/qrhiprof/qrhiprof.cpp
+++ b/tests/manual/rhi/qrhiprof/qrhiprof.cpp
@@ -274,10 +274,10 @@ public:
}
};
-Q_DECLARE_TYPEINFO(Tracker::Buffer, Q_MOVABLE_TYPE);
-Q_DECLARE_TYPEINFO(Tracker::Texture, Q_MOVABLE_TYPE);
-Q_DECLARE_TYPEINFO(Tracker::FrameTime, Q_MOVABLE_TYPE);
-Q_DECLARE_TYPEINFO(Tracker::GpuFrameTime, Q_MOVABLE_TYPE);
+Q_DECLARE_TYPEINFO(Tracker::Buffer, Q_RELOCATABLE_TYPE);
+Q_DECLARE_TYPEINFO(Tracker::Texture, Q_RELOCATABLE_TYPE);
+Q_DECLARE_TYPEINFO(Tracker::FrameTime, Q_RELOCATABLE_TYPE);
+Q_DECLARE_TYPEINFO(Tracker::GpuFrameTime, Q_RELOCATABLE_TYPE);
void Tracker::handleEvent(const Parser::Event &e)
{