Make that QXlsx::Document is the only subclass of QObject

This commit is contained in:
Debao Zhang
2013-09-13 14:02:55 +08:00
parent 113f1c760b
commit c5bc41bacb
11 changed files with 20 additions and 27 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
namespace QXlsx {
Drawing::Drawing(QObject *parent) :
QObject(parent)
Drawing::Drawing()
{
embedded = false;
orientation = 0;