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:
defnax 2010-01-30 01:13:03 +00:00
parent cf9309733b
commit ee0e1f2f5d
4 changed files with 37 additions and 203 deletions

View file

@ -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
}