1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/test/qqtbtfileserver/filetransferprotocol.cpp

7 lines
122 B
C++
Raw Normal View History

2017-10-17 21:45:34 +08:00
#include "filetransferprotocol.h"
FiletransferProtocol::FiletransferProtocol(QObject* parent) : QQtProtocol(parent)
2017-10-17 21:45:34 +08:00
{
}