Add const to the saveAs* members, step 1

This commit is contained in:
Debao Zhang
2014-01-06 10:11:00 +08:00
parent 643dbfd63a
commit 1ca891cf8a
17 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ void ContentTypes::addVbaProject()
addOverride(QStringLiteral("bin"), QStringLiteral("application/vnd.ms-office.vbaProject"));
}
void ContentTypes::saveToXmlFile(QIODevice *device)
void ContentTypes::saveToXmlFile(QIODevice *device) const
{
QXmlStreamWriter writer(device);