Skip to content

Commit 6892d3b

Browse files
committed
Small change
1 parent 074bc80 commit 6892d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: passphrasedialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ QString passphraseDialog::getPassphrase(int &val, QWidget *parent) {
4545
bool accepted = (dialog.exec() == QDialog::Accepted);
4646

4747
if(accepted) {
48-
if(dialog->changeClicked) {
48+
if(dialog.changeClicked) {
4949
val = 1;
5050
}
5151
else {

0 commit comments

Comments
 (0)