mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Try another way to fix the build
This commit is contained in:
parent
d43b82dc82
commit
9351c7485f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue