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
+3 -2
View File
@@ -10,10 +10,11 @@
#include <QObject>
class cChapter
class cChapter : public QObject
{
Q_OBJECT
public:
cChapter(qint32 iID = -1);
explicit cChapter(qint32 iID = -1, QObject *parent = nullptr);
void setID(const qint32& iID);
qint32 id();