Nut/test/common/comment.cpp

7 lines
77 B
C++

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