[Pkg-owncloud-commits] [owncloud-client] 321/470: document Theme::wizardUrlHint()
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 97a6d3df820479cb81fbe53f9018833ae79d8d79
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Apr 13 15:59:25 2016 +0200
document Theme::wizardUrlHint()
---
src/libsync/theme.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/libsync/theme.h b/src/libsync/theme.h
index 4e60a11..4fedd41 100644
--- a/src/libsync/theme.h
+++ b/src/libsync/theme.h
@@ -285,7 +285,11 @@ public:
*/
virtual QString wizardUrlPostfix() const;
-
+ /**
+ * @brief String that will be shown as long as no text has been entered by the user.
+ *
+ * @return An empty string, unless reimplemented
+ */
virtual QString wizardUrlHint() const;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list