mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
Fixed compile with enabled RS_WEBUI
This commit is contained in:
parent
3aaf1cd4d0
commit
77dd76a108
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@ SettingsPage::initStackedWidget()
|
|||
addPage(new SoundPage() ); // SOUND
|
||||
addPage(new ServicePermissionsPage() ); // PERMISSIONS
|
||||
#ifdef RS_JSONAPI
|
||||
addPage(new JsonApiPage());
|
||||
JsonApiPage *jsonapi_p = new JsonApiPage() ;
|
||||
addPage(jsonapi_p);
|
||||
#ifdef RS_WEBUI
|
||||
WebuiPage *webui_p = new WebuiPage() ;
|
||||
addPage(new WebuiPage() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue