From: Olivier Goffart Date: Fri, 17 Apr 2015 10:18:09 +0000 (+0200) Subject: HTTP creds: Fix translation of the password input dialog X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1803^2~179 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6c73f25747b3e3ddb93c0a005baffffbf172ae36;p=nextcloud-desktop.git HTTP creds: Fix translation of the password input dialog tr() needs Q_OBJECT --- diff --git a/src/libsync/creds/httpcredentials.h b/src/libsync/creds/httpcredentials.h index f0fb4b45c..62adf8a7c 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) {}