Nut/test/comment.cpp

7 lines
77 B
C++
Raw Normal View History

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