mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
cfiController ID -> GUID
This commit is contained in:
@@ -5,14 +5,14 @@ CfiObject::CfiObject()
|
||||
|
||||
}
|
||||
|
||||
int CfiObject::getId() const
|
||||
QString CfiObject::getGuid() const
|
||||
{
|
||||
return id;
|
||||
return guid;
|
||||
}
|
||||
|
||||
void CfiObject::setId(int value)
|
||||
void CfiObject::setGuid(QString value)
|
||||
{
|
||||
id = value;
|
||||
guid = value;
|
||||
}
|
||||
|
||||
QString CfiObject::getCfiName() const
|
||||
|
||||
Reference in New Issue
Block a user