Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2015-11-24 16:24:18 +0300
committerMarkus Goetz <markus@woboq.com>2015-11-24 16:25:16 +0300
commit76ce9ff8c4bd5e88bab5ea724c9d5b68d5ade383 (patch)
tree81fc7ac69a52d212e0f01579d4f86c3e920f3e60 /src/gui/folderman.h
parent23ed68c8dd9615bc6b681253b0bc65dccaeea529 (diff)
Activity List: Improve double click handling on filenames #4168
Diffstat (limited to 'src/gui/folderman.h')
-rw-r--r--src/gui/folderman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.h b/src/gui/folderman.h
index eb9a3e3d4..b63e750d8 100644
--- a/src/gui/folderman.h
+++ b/src/gui/folderman.h
@@ -62,7 +62,7 @@ public:
* incoming relative server path. The method checks with all existing sync
* folders.
*/
- QStringList findFileInLocalFolders( const QString& relPath );
+ QStringList findFileInLocalFolders( const QString& relPath, const AccountPtr acc );
/** Returns the folder by alias or NULL if no folder with the alias exists. */
Folder *folder( const QString& );