mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 22:22:37 +02:00
8 lines
146 B
C++
8 lines
146 B
C++
|
|
#include "AssignmentClientChildData.h"
|
|
|
|
|
|
AssignmentClientChildData::AssignmentClientChildData(QString childType) :
|
|
_childType(childType)
|
|
{
|
|
}
|