7 lines
77 B
C++
7 lines
77 B
C++
|
|
#include "comment.h"
|
||
|
|
|
||
|
|
Comment::Comment(QObject *parent) : Table(parent)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|