This commit is contained in:
Herwig Birke
2018-05-15 15:55:09 +02:00
parent b69d3619df
commit 11ce84377a
13 changed files with 544 additions and 31 deletions
+10
View File
@@ -2,6 +2,7 @@
#define CWIDGET_H
#include "cpropertieswindow.h"
#include "cpartwindow.h"
#include "cchapterwindow.h"
#include "cscenewindow.h"
@@ -38,8 +39,17 @@ public:
TYPE_object = 5, /*!< TODO: describe */
TYPE_place = 6,
TYPE_recherche = 7,
TYPE_properties = 8,
};
/*!
\brief
\fn cWidget
\param parent
*/
explicit cWidget(cPropertiesWindow* parent);
/*!
\brief