This commit is contained in:
Herwig Birke
2018-05-11 10:14:45 +02:00
parent b02734e020
commit 446d44ed3d
17 changed files with 540 additions and 52 deletions
+2
View File
@@ -489,6 +489,8 @@ bool cStoryBook::addPart(const QString& szPartName)
{
cPart* lpPart = m_partList.add(-1);
lpPart->setName(szPartName);
lpPart->setSortOrder(m_partList.nextSort());
return(true);
}