mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-02-10 10:28:30 +08:00
7 lines
115 B
C++
7 lines
115 B
C++
|
#include "qqtsubprotocoltest.h"
|
||
|
|
||
|
QQtSubProtocolTest::QQtSubProtocolTest(QObject* parent): QQtProtocol(parent)
|
||
|
{
|
||
|
|
||
|
}
|