diff options
Diffstat (limited to 'app/main.cpp')
-rw-r--r-- | app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp index 68f1dfe..4486d61 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -145,7 +145,7 @@ int main(int argc, char *argv[]) // Give the navigation client it's own vehicle signals connection // to simplify state management wrt QML initialization, and keep the // notification streams separate. - Navigation *navigation = new Navigation(new VehicleSignals(vsConfig), context); + Navigation *navigation = new Navigation(new VehicleSignals(vsConfig), false, context); engine.load(QUrl(QStringLiteral("qrc:qml/Main.qml"))); |