Nut/test/common/comment.cpp

8 lines
121 B
C++
Raw Normal View History

2016-05-12 14:08:58 +08:00
#include "comment.h"
2018-01-15 06:12:46 +08:00
Comment::Comment(QObject *parent) : Table(parent),
m_author(Q_NULLPTR), m_post(Q_NULLPTR)
2016-05-12 14:08:58 +08:00
{
}