mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T730, renamed to CApiServerConnection
This commit is contained in:
committed by
Mat Sutcliffe
parent
61d82ab780
commit
27fedad3fd
@@ -21,7 +21,7 @@ namespace BlackCore
|
||||
QObject(parent),
|
||||
m_udpSocket(new QUdpSocket(this)),
|
||||
m_voiceServerTimer(new QTimer(this)),
|
||||
m_apiServerConnection(new ApiServerConnection(apiServer, this))
|
||||
m_apiServerConnection(new CApiServerConnection(apiServer, this))
|
||||
{
|
||||
qDebug() << "ClientConnection instantiated";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user