mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Disabled for add plugins pages on Statistics Window.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7530 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0c536c3f4c
commit
c2c305ab24
@ -142,7 +142,7 @@ void StatisticsWindow::initStackedPage()
|
||||
action = createPageAction(QIcon(IMAGE_RTT), tr("RTT Statistics"), grp));
|
||||
#endif
|
||||
|
||||
std::cerr << "Looking for interfaces in existing plugins:" << std::endl;
|
||||
/*std::cerr << "Looking for interfaces in existing plugins:" << std::endl;
|
||||
for(int i = 0;i<rsPlugins->nbPlugins();++i)
|
||||
{
|
||||
QIcon icon ;
|
||||
@ -165,7 +165,7 @@ void StatisticsWindow::initStackedPage()
|
||||
else
|
||||
std::cerr << " No plugin page !" << std::endl;
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
/* Create the toolbar */
|
||||
ui->toolBar->addActions(grp->actions());
|
||||
|
Loading…
Reference in New Issue
Block a user