mirror of
https://github.com/wf-group/wfview
synced 2026-08-13 17:32:59 -04:00
Start changing bw to min/max values
This commit is contained in:
parent
685c6224a8
commit
37aab042c9
7 changed files with 16 additions and 933 deletions
|
|
@ -343,7 +343,7 @@ bool cachingQueue::compare(QVariant a, QVariant b)
|
|||
changed=true;
|
||||
} else if (!strcmp(a.typeName(),"modeInfo")) {
|
||||
if (a.value<modeInfo>().mk != b.value<modeInfo>().mk || a.value<modeInfo>().reg != b.value<modeInfo>().reg
|
||||
|| a.value<modeInfo>().bw != b.value<modeInfo>().bw || a.value<modeInfo>().filter != b.value<modeInfo>().filter) {
|
||||
|| a.value<modeInfo>().filter != b.value<modeInfo>().filter) {
|
||||
changed=true;
|
||||
}
|
||||
} else if(!strcmp(a.typeName(),"freqt")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue