Updated xlocalizeentry
This commit is contained in:
parent
7d103dfcea
commit
b9646c1140
@ -32,6 +32,8 @@ void XLocalizeEntry::Clear()
|
||||
}
|
||||
|
||||
void XLocalizeEntry::ParseData(QDataStream *aStream)
|
||||
{
|
||||
if (GetPtr() == -1)
|
||||
{
|
||||
mValue->ParsePtr(aStream, false);
|
||||
mName->ParsePtr(aStream, false);
|
||||
@ -39,6 +41,7 @@ void XLocalizeEntry::ParseData(QDataStream *aStream)
|
||||
mValue->ParseData(aStream);
|
||||
mName->ParseData(aStream);
|
||||
}
|
||||
}
|
||||
|
||||
void XLocalizeEntry::SetValue(XString* aValue)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user