Nut/test/common/comment.cpp

8 lines
121 B
C++

#include "comment.h"
Comment::Comment(QObject *parent) : Table(parent),
m_author(Q_NULLPTR), m_post(Q_NULLPTR)
{
}