7 lines
106 B
C++
7 lines
106 B
C++
#include "clientconnection.h"
|
|
|
|
ClientConnection::ClientConnection(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|