1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/qqtmessage.cpp
tianduanrui 3f857669fc init
2016-12-29 16:49:18 +08:00

9 lines
90 B
C++
Executable File

#include "qqtmessage.h"
QQTMessage::QQTMessage(QObject *parent) : QObject(parent)
{
}