This commit is contained in:
Herwig Birke
2018-04-26 14:01:03 +02:00
parent 7fb7dcb381
commit 40d5eb5a05
14 changed files with 627 additions and 326 deletions
+5
View File
@@ -346,6 +346,11 @@ void cCharacter::addImage(cImage* lpImage)
m_imageList.append(lpImage);
}
QList<cImage*> cCharacter::images()
{
return(m_imageList);
}
cCharacter* cCharacterList::add(const qint32& iID)
{
cCharacter* lpCharacter = find(iID);