7 lines
109 B
C++
7 lines
109 B
C++
#include "networkconnection.h"
|
|
|
|
NetworkConnection::NetworkConnection(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|