Qt remote objects IPC
This commit is contained in:
parent
c4df9c004b
commit
048a673d31
18 changed files with 340 additions and 25 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include <QVector>
|
||||
|
||||
#include "message.h"
|
||||
#include "ipcserver.h"
|
||||
|
||||
class QLocalServer;
|
||||
class QLocalSocket;
|
||||
|
|
@ -46,6 +47,9 @@ private:
|
|||
|
||||
QVector<QProcess*> m_processList;
|
||||
bool m_clientConnected;
|
||||
|
||||
IpcServer m_ipcServer;
|
||||
QRemoteObjectHost m_serverNode;
|
||||
};
|
||||
|
||||
#endif // LOCALSERVER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue