mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #42:
- Added CDBusServer into Blackcore library - Added DBus server and client sample
This commit is contained in:
13
samples/dbusserver/fsdclient.cpp
Normal file
13
samples/dbusserver/fsdclient.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <QDebug>
|
||||
|
||||
#include "fsdclient.h"
|
||||
|
||||
CFsdClient::CFsdClient(QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
void CFsdClient::connectTo(const QString &host)
|
||||
{
|
||||
qDebug() << "Client requests to connect to " << host;
|
||||
}
|
||||
Reference in New Issue
Block a user