Changed parameter name to model instead of type to allow scanning
This commit is contained in:
parent
c7800b90ff
commit
7ec1ed838d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void FilteredDeviceProxyModel::addFilter( const QString &filter ) {
|
|||
QString value = parameter.section(':', -1);
|
||||
if (name == "protocol") {
|
||||
protocol = value;
|
||||
} else if (name == "type") {
|
||||
} else if (name == "model") {
|
||||
type = value;
|
||||
} else if (name == "method") {
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue