]> Shamusworld >> Repos - schematic/commitdiff
Fixed password obscuration on wrong field.
authorShamus Hammons <jlhamm@acm.org>
Wed, 3 Oct 2012 15:07:51 +0000 (10:07 -0500)
committerShamus Hammons <jlhamm@acm.org>
Wed, 3 Oct 2012 15:07:51 +0000 (10:07 -0500)
src/sqlsettingsdialog.cpp

index a7289832898eb970a08167a60c01e5b4f20cf766..0decb0346675fe3e6e9e25b11600ef5cb873fdd8 100644 (file)
@@ -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);