[Pkg-owncloud-commits] [owncloud-client] 120/159: HTTP creds: Fix translation of the password input dialog
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri May 1 13:05:33 UTC 2015
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 6c73f25747b3e3ddb93c0a005baffffbf172ae36
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Fri Apr 17 12:18:09 2015 +0200
HTTP creds: Fix translation of the password input dialog
tr() needs Q_OBJECT
---
src/libsync/creds/httpcredentials.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsync/creds/httpcredentials.h b/src/libsync/creds/httpcredentials.h
index f0fb4b4..62adf8a 100644
--- a/src/libsync/creds/httpcredentials.h
+++ b/src/libsync/creds/httpcredentials.h
@@ -75,6 +75,7 @@ private:
};
class OWNCLOUDSYNC_EXPORT HttpCredentialsGui : public HttpCredentials {
+ Q_OBJECT
public:
explicit HttpCredentialsGui() : HttpCredentials() {}
HttpCredentialsGui(const QString& user, const QString& password, const QString& certificatePath, const QString& certificatePasswd) : HttpCredentials(user, password, certificatePath, certificatePasswd) {}
--
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