Fixed handling of RR arguments and parameters.

Also fixed bug with Key config handling in config dialog.
This commit is contained in:
Ernie Pasveer
2024-03-17 10:14:10 -05:00
parent 6da4ad1cca
commit 98cb71b637
4 changed files with 9 additions and 16 deletions
-2
View File
@@ -507,8 +507,6 @@ QString SeerConfigDialog::rrGdbArguments () const {
void SeerConfigDialog::handleChangePage(QListWidgetItem* current, QListWidgetItem* previous) {
//qDebug() << current << previous;
if (!current) {
current = previous;
}