gui/channellist.cpp: add channel move to bouquet

Origin commit data
------------------
Branch: ni/coolstream
Commit: 121d2f6339
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-28 (Tue, 28 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-28 15:13:22 +03:00
parent 37f1c39edb
commit b621a29fa9
2 changed files with 61 additions and 30 deletions

View File

@@ -159,10 +159,12 @@ private:
void finishMoveChannel();
void cancelMoveChannel();
void internalMoveChannel(unsigned int fromPosition, unsigned int toPosition);
void deleteChannel();
void deleteChannel(bool ask = true);
void addChannel();
void lockChannel();
void saveChanges(bool fav = true);
bool addChannelToBouquet();
void moveChannelToBouquet();
friend class CBouquet;
public: