summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-01-08 00:21:42 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-01-08 00:21:42 +0100
commit87c063b112b8c7dc1a858af8406008da48b5260b (patch)
tree424f374bcdc9e4866155ccd2fe587c9aa234abb4 /src/main.cpp
parent392c07adbe42f4b424495034942e3c48b6b69856 (diff)
Speedup room switching by forcing a bigger initial item size
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c90cbc2e..efe9333d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,7 @@
#ifdef QML_DEBUGGING
#include <QQmlDebuggingEnabler>
-QQmlDebuggingEnabler enabler;
+QQmlTriviallyDestructibleDebuggingEnabler enabler;
#endif
#if HAVE_BACKTRACE_SYMBOLS_FD