mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #42:
- Added CDBusServer into Blackcore library - Added DBus server and client sample
This commit is contained in:
20
samples/dbusserver/fsdclient.h
Normal file
20
samples/dbusserver/fsdclient.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef FSDCLIENT_H
|
||||
#define FSDCLIENT_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class CFsdClient : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
CFsdClient(QObject *parent = 0);
|
||||
|
||||
void connectTo(const QString &host);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // FSDCLIENT_H
|
||||
Reference in New Issue
Block a user