aboutsummaryrefslogtreecommitdiff
path: root/src/net/netconnection.cpp
blob: 63ca7060dd2f4f710b0c5e1a48487cafa7613177 (plain)
1
2
3
4
5
#include "netconnection.h"

NetConnection::NetConnection(QObject *parent)
    : QObject(parent)
{}