[Pkg-owncloud-commits] [qtkeychain] 37/63: Add documentation for Job's QSettings

Sandro Knauß hefee at debian.org
Sat Jun 10 14:39:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch master
in repository qtkeychain.

commit 860831d64591fdd12d6b8c10583d4ab7b404b340
Author: Elvis Angelaccio <elvis.angelaccio at kdemail.net>
Date:   Thu Aug 18 14:15:02 2016 +0200

    Add documentation for Job's QSettings
---
 keychain.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/keychain.h b/keychain.h
index 2d90fc6..c2840de 100644
--- a/keychain.h
+++ b/keychain.h
@@ -45,7 +45,18 @@ class QKEYCHAIN_EXPORT Job : public QObject {
 public:    
     ~Job();
 
+    /**
+     * @return The QSettings instance used as plaintext storage if insecureFallback() is true.
+     * @see setSettings()
+     * @see insecureFallback()
+     */
     QSettings* settings() const;
+
+    /**
+     * @return Set the QSettings instance that will be used as plaintext storage if insecureFallback() is true.
+     * @see settings()
+     * @see insecureFallback()
+     */
     void setSettings( QSettings* settings );
 
     /**

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list