Take use of existing theme file

This commit is contained in:
Debao Zhang
2013-11-04 10:51:59 +08:00
parent 076b759825
commit 7e3e463983
6 changed files with 199 additions and 5 deletions
+3
View File
@@ -36,6 +36,9 @@ public:
Theme();
void saveToXmlFile(QIODevice *device);
void loadFromXmlData(const QByteArray &data);
QByteArray xmlData;
};
}