mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
fix compilation
This commit is contained in:
parent
3760f14da8
commit
1781400340
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
* QString targetPath on remote
|
||||
*/
|
||||
void addFolderDefinition(const QString&, const QString&, const QString& ,
|
||||
const QStringList &selectiveSyncBlacklist = QStringList{} );
|
||||
const QStringList &selectiveSyncBlacklist = QStringList() );
|
||||
|
||||
/** Returns the folder which the file or directory stored in path is in */
|
||||
Folder* folderForPath(const QString& path);
|
||||
|
|
Loading…
Reference in a new issue