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:
authorOlivier Goffart <olivier@woboq.com>2016-06-28 13:25:04 +0300
committerMarkus Goetz <markus@woboq.com>2016-06-28 13:25:04 +0300
commitcde9017340b532244f81fe3c059051b1179c9802 (patch)
tree5d3a7c0b37987aa6d0c9eaea56ebdde7f31ca862 /src/gui/owncloudsetupwizard.h
parent6e9df8673f2b49bba717c5341a9c42cd580ae944 (diff)
GUI: Show link to the page that allow to add a new token (#4963)
If owncloud >= 9.1 is detected: and add a link to the ownCloud page that allow to add device token. Issue #4877
Diffstat (limited to 'src/gui/owncloudsetupwizard.h')
-rw-r--r--src/gui/owncloudsetupwizard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/owncloudsetupwizard.h b/src/gui/owncloudsetupwizard.h
index e267ee0f5..65075ad47 100644
--- a/src/gui/owncloudsetupwizard.h
+++ b/src/gui/owncloudsetupwizard.h
@@ -93,7 +93,6 @@ private:
OwncloudWizard* _ocWizard;
QString _initLocalFolder;
QString _remoteFolder;
-
};
}