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

This commit is contained in:
[CST] Focus
2013-06-12 18:30:28 +04:00
parent 5f2928f63d
commit e612cc5380

View File

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