mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
9 lines
90 B
C++
9 lines
90 B
C++
|
|
||
|
#include "qqtmessage.h"
|
||
|
|
||
|
QQTMessage::QQTMessage(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|