Changed a qinfo to qdebug

creator-widgets
Elliott Liggett 2024-02-05 14:12:45 -08:00
rodzic fb22829e92
commit 3c7e19174c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3133,7 +3133,7 @@ void wfmain::shortcutF12()
void wfmain::shortcutControlT()
{
// Transmit
qInfo(logSystem()) << "Activated Control-T shortcut";
qDebug(logSystem()) << "Activated Control-T shortcut";
showStatusBarText(QString("Transmitting. Press Control-R to receive."));
extChangedRsPrefs(rs_pttOn);
}