filebrowser: add size() and getFilter() members

Origin commit data
------------------
Branch: ni/coolstream
Commit: cc645d23a0
Author: TangoCash <eric@loxat.de>
Date: 2017-12-20 (Wed, 20 Dec 2017)

Origin message was:
------------------
- filebrowser: add size() and getFilter() members

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-12-20 10:55:33 +01:00
committed by vanhofen
parent 953fe8b9e7
commit fdeb816e81

View File

@@ -135,6 +135,8 @@ public:
return false;
};
void Clear(void) { Filter.clear();};
size_t size(void) { return Filter.size();};
std::string getFilter(int i) { return Filter.at(i);};
};
//------------------------------------------------------------------------