Skip to content

Commit

Permalink
KLog 2.3.1-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
ea4k committed May 5, 2023
1 parent fadb14e commit 269b58e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/inputwidgets/mainwindowsattab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ void MainWindowSatTab::slotSatBandTXComboBoxChanged()
}
else
{
qDebug() << Q_FUNC_INFO << " - Selected satelite does not work in the selected band. NO sat should be selected";
//qDebug() << Q_FUNC_INFO << " - Selected satelite does not work in the selected band. NO sat should be selected";
setNoSat ();
}

Expand Down
6 changes: 3 additions & 3 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5102,7 +5102,7 @@ void MainWindow::readActiveBands (const QStringList actives)
logEvent(Q_FUNC_INFO, "Start", Debug);
foreach (QString aux, actives)
{
qDebug() << Q_FUNC_INFO << ": " << aux;
//qDebug() << Q_FUNC_INFO << ": " << aux;
}
bool atLeastOne = false;
QString aux;
Expand Down Expand Up @@ -7414,11 +7414,11 @@ void MainWindow::completeWithPreviousQSO(const QString &_call)
void MainWindow::slotValidBandsReceived(const QStringList &_b)
{
logEvent(Q_FUNC_INFO, "Start", Debug);
qDebug() << Q_FUNC_INFO ;
//qDebug() << Q_FUNC_INFO ;
dxccStatusWidget->setBands(Q_FUNC_INFO, _b, true);
satTabWidget->addBands(_b);
mapWindow->setBands(_b);
qDebug() << Q_FUNC_INFO << " - END" ;
//qDebug() << Q_FUNC_INFO << " - END" ;
logEvent(Q_FUNC_INFO, "END", Debug);
}

Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONFIG -=depend_includepath
#CONFIG += release
TEMPLATE = app

PKGVERSION = 2.3.1-RC.2
PKGVERSION = 2.3.1-RC.3
VERSION = 2.3.1
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

Expand Down

0 comments on commit 269b58e

Please sign in to comment.