summaryrefslogtreecommitdiffstats
path: root/demos/embedded/anomaly/src/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/anomaly/src/Main.cpp')
-rw-r--r--demos/embedded/anomaly/src/Main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/embedded/anomaly/src/Main.cpp b/demos/embedded/anomaly/src/Main.cpp
index f9610d3..cf32420 100644
--- a/demos/embedded/anomaly/src/Main.cpp
+++ b/demos/embedded/anomaly/src/Main.cpp
@@ -67,5 +67,8 @@ int main(int argc, char *argv[])
app.setStyle("windows");
#endif
+#ifdef QT_KEYPAD_NAVIGATION
+ QApplication::setNavigationMode(Qt::NavigationModeCursorAuto);
+#endif
return app.exec();
}