Nut/test/common/user.cpp

8 lines
118 B
C++
Raw Normal View History

2018-01-09 00:59:16 +08:00
#include "user.h"
User::User(QObject *tableSet) : Table(tableSet),
m_comments(new TableSet<Comment*>(this))
{
}