refs #408 Fix DBus interface names to contain only legal characters

The DBus specification allows only ASCII characters "[A-Z][a-z][0-9]_".
Dash is illegal and therefore libdbus is complaining about our
interface names not being valid.
This commit is contained in:
Roland Winklmeier
2015-04-21 23:40:27 +02:00
parent f878b77f0b
commit 01d92f5981
8 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
class QTimer;
//! \cond PRIVATE
#define XBUS_SERVICE_INTERFACENAME "org.swift-project.xbus.service"
#define XBUS_SERVICE_INTERFACENAME "org.swift_project.xbus.service"
#define XBUS_SERVICE_OBJECTPATH "/xbus"
//! \endcond

View File

@@ -14,7 +14,7 @@
#include "XPMPMultiplayer.h"
//! \cond PRIVATE
#define XBUS_TRAFFIC_INTERFACENAME "org.swift-project.xbus.traffic"
#define XBUS_TRAFFIC_INTERFACENAME "org.swift_project.xbus.traffic"
#define XBUS_TRAFFIC_OBJECTPATH "/xbus/traffic"
//! \endcond