mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Qt6 fix
This commit is contained in:
parent
e96831326e
commit
431fda30cb
@ -40,7 +40,7 @@ struct AvailableChannelOrFeature
|
||||
|
||||
QString getId() const { // Eg: "R3:4"
|
||||
QString id = QString("%1%2:%3").arg(m_kind).arg(m_superIndex).arg(m_index);
|
||||
if (m_kind == "M") {
|
||||
if (m_kind == 'M') {
|
||||
id.append(QString(".%1").arg(m_streamIndex));
|
||||
}
|
||||
return id;
|
||||
|
Loading…
Reference in New Issue
Block a user