This commit is contained in:
Herwig Birke
2018-04-19 16:21:23 +02:00
parent d3ef163a92
commit 4cf33e9ae7
21 changed files with 516 additions and 3016 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
#include <QSqlError>
cChapter::cChapter(qint32 iID) :
cChapter::cChapter(qint32 iID, QObject *parent) :
QObject(parent),
m_iID(iID),
m_lpPart(0),
m_szName(""),