2
0
forked from Ivasoft/DSView

Add search function for protocol list viewer @ LA mode

This commit is contained in:
DreamSourceLab
2016-05-17 17:53:01 +08:00
parent f6245e2eae
commit 093824e610
12 changed files with 184 additions and 15 deletions

View File

@@ -653,5 +653,10 @@ void DecoderStack::set_options_changed(bool changed)
_options_changed = changed;
}
bool DecoderStack::out_of_memory() const
{
return _no_memory;
}
} // namespace data
} // namespace pv