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

7 lines
139 B
C++
Raw Normal View History

#include "qqthttpdownloadprotocol.h"
2017-11-22 19:22:53 +08:00
QQtHttpDownloadProtocol::QQtHttpDownloadProtocol(QObject* parent) : QQtWebAccessManager(parent)
{
}