mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Update sdrbase and sdrgui to support Qt5 and Qt6
This commit is contained in:
@@ -197,7 +197,7 @@ QString Morse::toString(QString &morse)
|
||||
{
|
||||
int c = Morse::toASCII(groups[i]);
|
||||
if ((c != -1) && (groups[i] != ""))
|
||||
string.append(c);
|
||||
string.append(QChar(c));
|
||||
}
|
||||
return string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user