mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
clean up Channel sources
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2152 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cf9309733b
commit
ee0e1f2f5d
4 changed files with 37 additions and 203 deletions
|
@ -52,6 +52,9 @@ ChanMsgItem::ChanMsgItem(FeedHolder *parent, uint32_t feedId, std::string chanId
|
|||
/* specific ones */
|
||||
connect( playButton, SIGNAL( clicked( void ) ), this, SLOT( playMedia ( void ) ) );
|
||||
connect( unsubscribeButton, SIGNAL( clicked( void ) ), this, SLOT( unsubscribeChannel ( void ) ) );
|
||||
connect( downloadButton, SIGNAL( clicked( ) ), this, SLOT( downloadMedia () ) );
|
||||
|
||||
|
||||
|
||||
small();
|
||||
updateItemStatic();
|
||||
|
@ -235,4 +238,12 @@ void ChanMsgItem::playMedia()
|
|||
#endif
|
||||
}
|
||||
|
||||
void ChanMsgItem::downloadMedia()
|
||||
{
|
||||
#ifdef DEBUG_ITEM
|
||||
std::cerr << "ChanMsgItem::downloadMedia()";
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue