From 15ddd5e72395cea4b72d96563ec2ad8169f4c0cf Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Wed, 3 Oct 2012 10:07:51 -0500 Subject: [PATCH] Fixed password obscuration on wrong field. --- src/sqlsettingsdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlsettingsdialog.cpp b/src/sqlsettingsdialog.cpp index a728983..0decb03 100644 --- a/src/sqlsettingsdialog.cpp +++ b/src/sqlsettingsdialog.cpp @@ -24,7 +24,7 @@ SQLSettingsDialog::SQLSettingsDialog(QWidget * parent/*= 0*/): QDialog(parent), connect(buttonBox, SIGNAL(accepted()), this, SLOT(accept())); connect(buttonBox, SIGNAL(rejected()), this, SLOT(reject())); - edit4->setEchoMode(QLineEdit::Password); + edit5->setEchoMode(QLineEdit::Password); QFormLayout * formLayout = new QFormLayout; formLayout->addRow(tr("&Database Driver:"), edit1); -- 2.37.2