committed by
Craig Drummond
parent
bf6084d1e7
commit
fd2f7bdbac
@@ -342,7 +342,7 @@ QVariant DevicesModel::data(const QModelIndex &index, int role) const
|
||||
}
|
||||
if (!dev->isConnected()) {
|
||||
QString sub=dev->subText();
|
||||
return tr("Not Connected")+(sub.isEmpty() ? QString() : (QString(" - ")+sub));
|
||||
return tr("Not Connected")+(sub.isEmpty() ? QString() : (QString(" – ")+sub));
|
||||
}
|
||||
if (Device::AudioCd==dev->devType()) {
|
||||
return dev->subText();
|
||||
|
||||
Reference in New Issue
Block a user