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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-01-15 18:46:52 +0300
committerChristian Kamm <mail@ckamm.de>2018-04-18 11:27:51 +0300
commitcc8497916d251b2c1aa987cb0d7f170e9a4b938f (patch)
treefe2868e2dfa47d669b2152cba81915653f5a872b /src/gui/application.h
parent798e60c9f6de853ced75e6ea6871930e36e88fd9 (diff)
PlaceHolders: Trigger a download of the placeholder and open it
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index c61f7645e..7e5c662e5 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -72,6 +72,10 @@ public slots:
// TODO: this should not be public
void slotownCloudWizardDone(int);
void slotCrash();
+ /**
+ * Will download a placeholder file, and open the result.
+ */
+ void openPlaceholder(const QString &filename);
protected:
void parseOptions(const QStringList &);