mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
HTTP creds: Fix translation of the password input dialog
tr() needs Q_OBJECT
This commit is contained in:
parent
2518fd7059
commit
6c73f25747
1 changed files with 1 additions and 0 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Reference in a new issue