mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
improved plugin management to allow services to be used, and config pages to be added
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fbce07eab0
commit
2c6a2b4ee7
5 changed files with 29 additions and 14 deletions
|
@ -127,7 +127,7 @@ RSettingsWin::initStackedWidget()
|
|||
RsPlugin *pl = rsPlugins->plugin(i) ;
|
||||
|
||||
if(pl->qt_config_page() != NULL)
|
||||
stackedWidget->addWidget(pl->qt_config_page()) ;
|
||||
addPage(pl->qt_config_page()) ;
|
||||
}
|
||||
|
||||
// make the first page the default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue