1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/qqtnetworkexample/qqtsubprotocoltest.cpp
tianduanrui e3a0357214 update
2018-04-30 10:25:29 +08:00

7 lines
115 B
C++

#include "qqtsubprotocoltest.h"
QQtSubProtocolTest::QQtSubProtocolTest(QObject* parent): QQtProtocol(parent)
{
}