gui/channellist.cpp: add channel move to bouquet

This commit is contained in:
[CST] Focus
2014-10-28 15:13:22 +03:00
parent 1a30d7d921
commit 121d2f6339
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: