Expand macros for PSKReporter station info
This commit is contained in:
parent
7b3bc259c6
commit
7101aec331
@ -8757,8 +8757,8 @@ bool MainWindow::shortList(QString callsign)
|
|||||||
|
|
||||||
void MainWindow::pskSetLocal ()
|
void MainWindow::pskSetLocal ()
|
||||||
{
|
{
|
||||||
psk_Reporter->setLocalStation(m_config.my_callsign (), m_config.my_grid (),
|
auto info = replaceMacros(m_config.my_info(), buildMacroValues(), true);
|
||||||
m_config.my_info(), QString {"JS8Call v" + version() }.simplified ());
|
psk_Reporter->setLocalStation(m_config.my_callsign (), m_config.my_grid (), info, QString {"JS8Call v" + version() }.simplified ());
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::aprsSetLocal ()
|
void MainWindow::aprsSetLocal ()
|
||||||
|
Loading…
Reference in New Issue
Block a user