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

Origin commit data
------------------
Branch: ni/coolstream
Commit: b1ba52b754
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-14 (Tue, 14 Oct 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-14 12:15:49 +04:00
parent 857da9fffd
commit 8799019701
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: