mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-27 15:57:08 -05: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));
|
action = createPageAction(QIcon(IMAGE_RTT), tr("RTT Statistics"), grp));
|
||||||
#endif
|
#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)
|
for(int i = 0;i<rsPlugins->nbPlugins();++i)
|
||||||
{
|
{
|
||||||
QIcon icon ;
|
QIcon icon ;
|
||||||
@ -165,7 +165,7 @@ void StatisticsWindow::initStackedPage()
|
|||||||
else
|
else
|
||||||
std::cerr << " No plugin page !" << std::endl;
|
std::cerr << " No plugin page !" << std::endl;
|
||||||
|
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* Create the toolbar */
|
/* Create the toolbar */
|
||||||
ui->toolBar->addActions(grp->actions());
|
ui->toolBar->addActions(grp->actions());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user