aboutsummaryrefslogtreecommitdiffstats
path: root/app/dbus_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/dbus_server.h')
-rw-r--r--app/dbus_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dbus_server.h b/app/dbus_server.h
index b8fb1c6..aaa4d73 100644
--- a/app/dbus_server.h
+++ b/app/dbus_server.h
@@ -28,6 +28,6 @@ public slots:
void sendSignalRouteInfo(double srt_lat,double srt_lon,double end_lat,double end_lon);
void sendSignalPosInfo(double lat,double lon,double drc,double dst);
void sendSignalStopDemo();
- void sendSignalArrvied();
+ void sendSignalArrived();
};
#endif // DBUS_SERVER_H