mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #520 Moved CDBusServer from BlackCore to BlackMisc.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "servicetool.h"
|
||||
#include "testservice.h"
|
||||
#include "testserviceinterface.h"
|
||||
#include "blackcore/dbusserver.h"
|
||||
#include "blackmisc/dbusserver.h"
|
||||
|
||||
#include <QTextStream>
|
||||
#include <QString>
|
||||
@@ -59,7 +59,7 @@ namespace BlackMiscTest
|
||||
arg.endArray();
|
||||
}
|
||||
|
||||
void ServiceTool::dataTransferTestServer(BlackCore::CDBusServer *dBusServer)
|
||||
void ServiceTool::dataTransferTestServer(BlackMisc::CDBusServer *dBusServer)
|
||||
{
|
||||
QDBusConnection sessionBusConnection = QDBusConnection::sessionBus();
|
||||
if (sessionBusConnection.interface()->isServiceRegistered(Testservice::ServiceName))
|
||||
|
||||
Reference in New Issue
Block a user