7 lines
118 B
C++
7 lines
118 B
C++
#include "remoteproxyconnector.h"
|
|
|
|
RemoteProxyConnector::RemoteProxyConnector(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|