7 lines
91 B
C++
7 lines
91 B
C++
#include "proxyclient.h"
|
|
|
|
ProxyClient::ProxyClient(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|