6 lines
120 B
C++
6 lines
120 B
C++
#include "deliverypointentity.h"
|
|
|
|
DeliveryPointEntity::DeliveryPointEntity(QString title)
|
|
{
|
|
this->_title = title;
|
|
}
|