mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-01 14:22:27 -04:00
Fix the connect() statement in ActiveStations.
This commit is contained in:
parent
f3e838cdc6
commit
bc92cd54f3
@ -22,7 +22,7 @@ ActiveStations::ActiveStations(QSettings * settings, QFont const& font, QWidget
|
|||||||
changeFont (font);
|
changeFont (font);
|
||||||
read_settings ();
|
read_settings ();
|
||||||
ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts Bands");
|
ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts Bands");
|
||||||
connect(ui->RecentStationsPlainTextEdit, &QPlainTextEdit::selectionChanged, this, select);
|
connect(ui->RecentStationsPlainTextEdit, SIGNAL(selectionChanged()), this, SLOT(select()));
|
||||||
}
|
}
|
||||||
|
|
||||||
ActiveStations::~ActiveStations()
|
ActiveStations::~ActiveStations()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user