Skip to content

Commit

Permalink
Fix compiling error on opensuse
Browse files Browse the repository at this point in the history
return dummy
  • Loading branch information
Oliver Ziegler authored and Oliver Ziegler committed Apr 10, 2019
1 parent 720355a commit 6333dac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qt/easysplitdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ QWidget *EasySplitDialog::setupTabChain(QWidget *prev)
}
}
QWidget::setTabOrder(prev, ui->sendButton);
//QWidget::setTabOrder(ui->sendButton, ui->clearButton);
//QWidget::setTabOrder(ui->clearButton, ui->addButton);
//return ui->addButton;
return NULL;
}

void EasySplitDialog::setAddress(const QString &address)
Expand Down

0 comments on commit 6333dac

Please sign in to comment.