summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSApplication.h')
-rw-r--r--src/runtime/Qt3DSApplication.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/Qt3DSApplication.h b/src/runtime/Qt3DSApplication.h
index fd9c871..fd7f027 100644
--- a/src/runtime/Qt3DSApplication.h
+++ b/src/runtime/Qt3DSApplication.h
@@ -254,6 +254,7 @@ public:
static IApplication &CreateApplicationCore(Q3DStudio::IRuntimeFactoryCore &inFactory,
const char8_t *inApplicationDirectory);
static bool isPickingEvent(Q3DStudio::TEventCommandHash event);
+ static bool isActivityEvent(Q3DStudio::TEventCommandHash event);
// This will print out and reset the startup perf logs
virtual void OutputPerfLoggingData() = 0;