mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-04 01:24:20 +02:00
8 lines
146 B
C++
8 lines
146 B
C++
|
|
#include "AssignmentClientChildData.h"
|
|
|
|
|
|
AssignmentClientChildData::AssignmentClientChildData(QString childType) :
|
|
_childType(childType)
|
|
{
|
|
}
|