Code refactor: Only create FormatPrivate when needed.

This commit is contained in:
Debao Zhang
2013-11-22 16:29:30 +08:00
parent 176160d2a8
commit 9c443c996d
7 changed files with 211 additions and 74 deletions
+2
View File
@@ -108,6 +108,8 @@ private:
QList<Format> m_dxf_formatsList;
QHash<QByteArray, Format> m_dxf_formatsHash;
bool m_emptyFormatAdded;
};
}