gui/channellist.h: add helper to get channel's list channels count

Origin commit data
------------------
Branch: ni/coolstream
Commit: e612cc5380
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-06-12 18:30:28 +04:00
parent db914da312
commit da5fafa6c2

View File

@@ -195,6 +195,7 @@ public:
SORT_CH_NUMBER,
SORT_MAX
};
unsigned Size() { return chanlist.size(); }
};
#endif