mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
fixed double allocation of webui page
This commit is contained in:
parent
5251427cbf
commit
b606b26dd3
1 changed files with 1 additions and 2 deletions
|
@ -178,7 +178,6 @@ SettingsPage::initStackedWidget()
|
||||||
JsonApiPage *jsonapi_p = new JsonApiPage() ;
|
JsonApiPage *jsonapi_p = new JsonApiPage() ;
|
||||||
addPage(jsonapi_p);
|
addPage(jsonapi_p);
|
||||||
#ifdef RS_WEBUI
|
#ifdef RS_WEBUI
|
||||||
WebuiPage *webui_p = new WebuiPage() ;
|
|
||||||
addPage(new WebuiPage());
|
addPage(new WebuiPage());
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue