forked from qt-creator/qt-creator
Mercurial: Convert to Tr::tr
Change-Id: I2a6ecd17091ffa0100f982848afbf941c6997db7 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "authenticationdialog.h"
|
||||
|
||||
#include "mercurialtr.h"
|
||||
|
||||
#include <utils/layoutbuilder.h>
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
@@ -26,8 +28,8 @@ AuthenticationDialog::AuthenticationDialog(const QString &username, const QStrin
|
||||
|
||||
Column {
|
||||
Form {
|
||||
tr("Username:"), m_username, br,
|
||||
tr("Password:"), m_password
|
||||
Tr::tr("Username:"), m_username, br,
|
||||
Tr::tr("Password:"), m_password
|
||||
},
|
||||
buttonBox
|
||||
}.attachTo(this);
|
||||
|
||||
Reference in New Issue
Block a user