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 <unix@rullzer.com>2015-01-16 16:48:56 +0300
committerRoeland Jago Douma <unix@rullzer.com>2015-01-16 16:48:56 +0300
commit71560ace71820f827be23e94b7d0d49847e784f9 (patch)
tree977f79f8325a2932599bc3aa8fb5efb1cc2e2292 /src/gui/socketapi.h
parent0fba4eee985a946ecba6c3821285e7da4d14dfb9 (diff)
Sharedialog: Show general info about a share
A start with some general share info in the share dialog.
Diffstat (limited to 'src/gui/socketapi.h')
-rw-r--r--src/gui/socketapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/socketapi.h b/src/gui/socketapi.h
index f486e7586..e313c9c6a 100644
--- a/src/gui/socketapi.h
+++ b/src/gui/socketapi.h
@@ -58,7 +58,7 @@ public slots:
void slotClearExcludesList();
signals:
- void shareCommandReceived(const QString &path, const bool &isDir);
+ void shareCommandReceived(const QString &sharePath, const QString &localPath);
private slots:
void slotNewConnection();