gui/channellist.cpp: add channel move to bouquet

Origin commit data
------------------
Commit: 121d2f6339
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-28 (Tue, 28 Oct 2014)
This commit is contained in:
[CST] Focus
2014-10-28 15:13:22 +03:00
parent c1e99a0667
commit 7ac423fda6
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: