From da5fafa6c25a7c5411eec14dbc27df5fcab6d1b5 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 12 Jun 2013 18:30:28 +0400 Subject: [PATCH] gui/channellist.h: add helper to get channel's list channels count Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e612cc5380e6baba8963f3d8f13dc1986de9b132 Author: [CST] Focus Date: 2013-06-12 (Wed, 12 Jun 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/channellist.h b/src/gui/channellist.h index 804da8730..2f8d309f4 100644 --- a/src/gui/channellist.h +++ b/src/gui/channellist.h @@ -195,6 +195,7 @@ public: SORT_CH_NUMBER, SORT_MAX }; + unsigned Size() { return chanlist.size(); } }; #endif