mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
Fixed compile on Windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6214 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7fcdedea27
commit
f4569c57bd
@ -48,7 +48,7 @@ ChanNewItem::ChanNewItem(FeedHolder *parent, uint32_t feedId, const std::string
|
|||||||
/* specific ones */
|
/* specific ones */
|
||||||
connect( subscribeButton, SIGNAL( clicked( void ) ), this, SLOT( subscribeChannel ( void ) ) );
|
connect( subscribeButton, SIGNAL( clicked( void ) ), this, SLOT( subscribeChannel ( void ) ) );
|
||||||
|
|
||||||
small();
|
expandFrame->hide();
|
||||||
updateItemStatic();
|
updateItemStatic();
|
||||||
updateItem();
|
updateItem();
|
||||||
}
|
}
|
||||||
@ -132,12 +132,6 @@ void ChanNewItem::updateItem()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ChanNewItem::small()
|
|
||||||
{
|
|
||||||
expandFrame->hide();
|
|
||||||
}
|
|
||||||
|
|
||||||
void ChanNewItem::toggle()
|
void ChanNewItem::toggle()
|
||||||
{
|
{
|
||||||
mParent->lockLayout(this, true);
|
mParent->lockLayout(this, true);
|
||||||
|
@ -36,7 +36,6 @@ public:
|
|||||||
ChanNewItem(FeedHolder *parent, uint32_t feedId, const std::string &chanId, bool isHome, bool isNew);
|
ChanNewItem(FeedHolder *parent, uint32_t feedId, const std::string &chanId, bool isHome, bool isNew);
|
||||||
|
|
||||||
void updateItemStatic();
|
void updateItemStatic();
|
||||||
void small();
|
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
/* default stuff */
|
/* default stuff */
|
||||||
|
@ -49,7 +49,7 @@ ForumNewItem::ForumNewItem(FeedHolder *parent, uint32_t feedId, const std::strin
|
|||||||
// To Cheeky to post on a brand new forum....
|
// To Cheeky to post on a brand new forum....
|
||||||
connect( postButton, SIGNAL( clicked( void ) ), this, SLOT( postToForum ( void ) ) );
|
connect( postButton, SIGNAL( clicked( void ) ), this, SLOT( postToForum ( void ) ) );
|
||||||
|
|
||||||
small();
|
expandFrame->hide();
|
||||||
updateItemStatic();
|
updateItemStatic();
|
||||||
updateItem();
|
updateItem();
|
||||||
}
|
}
|
||||||
@ -123,11 +123,6 @@ void ForumNewItem::updateItem()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ForumNewItem::small()
|
|
||||||
{
|
|
||||||
expandFrame->hide();
|
|
||||||
}
|
|
||||||
|
|
||||||
void ForumNewItem::toggle()
|
void ForumNewItem::toggle()
|
||||||
{
|
{
|
||||||
mParent->lockLayout(this, true);
|
mParent->lockLayout(this, true);
|
||||||
|
@ -36,7 +36,6 @@ public:
|
|||||||
ForumNewItem(FeedHolder *parent, uint32_t feedId, const std::string &forumId, bool isHome, bool isNew);
|
ForumNewItem(FeedHolder *parent, uint32_t feedId, const std::string &forumId, bool isHome, bool isNew);
|
||||||
|
|
||||||
void updateItemStatic();
|
void updateItemStatic();
|
||||||
void small();
|
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
/* default stuff */
|
/* default stuff */
|
||||||
|
Loading…
Reference in New Issue
Block a user