Nut/test/common/comment.cpp

7 lines
77 B
C++
Raw Normal View History

2016-05-12 14:08:58 +08:00
#include "comment.h"
2019-06-22 05:02:37 +08:00
Comment::Comment(QObject *parent) : Table(parent)
2016-05-12 14:08:58 +08:00
{
}