Try another way to fix the build

This commit is contained in:
Olivier Goffart 2015-02-17 14:04:16 +01:00
parent d43b82dc82
commit 9351c7485f

View file

@ -137,7 +137,7 @@ public:
// static helper function
static QUrl concatUrlPath(const QUrl &url, const QString &concatPath,
const QList< QPair<QString, QString> > &queryItems = {});
const QList< QPair<QString, QString> > &queryItems = (QList<QPair<QString, QString>>()));
/** Returns a new settings pre-set in a specific group. The Settings will be created
with the given parent. If no parents is specified, the caller must destroy the settings */