#include "qnettickthread.h" QNetTickThread::QNetTickThread(QObject *parent) : QObject(parent) { pNet = NULL; } QNetTickThread::~QNetTickThread() { }