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:
authorRoeland Jago Douma <rullzer@owncloud.com>2015-10-29 13:09:10 +0300
committerRoeland Jago Douma <rullzer@owncloud.com>2015-10-29 17:42:20 +0300
commit918c06aba3efdb8ad62976efef44d13f4c91d8d8 (patch)
treef4e3ec1bb22db4c923c0e95331fe9bbf70f21eee /src/gui/ocsjob.h
parenta127debc54c001e3d47f4d0e4b54bce01ad797f7 (diff)
Add share manager and the share objects
Diffstat (limited to 'src/gui/ocsjob.h')
-rw-r--r--src/gui/ocsjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ocsjob.h b/src/gui/ocsjob.h
index 7d30aca0c..a6c405d3c 100644
--- a/src/gui/ocsjob.h
+++ b/src/gui/ocsjob.h
@@ -79,7 +79,7 @@ protected:
*
* This function appends the common id. so <PATH>/<ID>
*/
- void appendPath(int id);
+ void appendPath(const QString &id);
public:
/**