Fix Windows compile with new stricter defines

remotes/origin/work/devicepixelratio
Albert Astals Cid 4 years ago
parent d3dc35e159
commit 030a34f1ff
  1. 2
      core/document.cpp

@ -5104,7 +5104,7 @@ bool Document::saveDocumentArchive(const QString &fileName)
#ifndef Q_OS_WIN
const KUserGroup userGroup(user.groupId());
#else
const KUserGroup userGroup(QString(""));
const KUserGroup userGroup(QStringLiteral(""));
#endif
QDomDocument contentDoc(QStringLiteral("OkularArchive"));

Loading…
Cancel
Save