gui/channellist.cpp: add per-channel lock in editor

This commit is contained in:
[CST] Focus
2014-10-14 12:15:49 +04:00
parent 2de388cd80
commit b1ba52b754
2 changed files with 75 additions and 28 deletions

View File

@@ -161,7 +161,8 @@ private:
void internalMoveChannel(unsigned int fromPosition, unsigned int toPosition);
void deleteChannel();
void addChannel();
void saveChanges();
void lockChannel();
void saveChanges(bool fav = true);
friend class CBouquet;
public: