Add const to the saveAs* members, step 1
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user