mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile with enabled RS_WEBUI
This commit is contained in:
parent
3aaf1cd4d0
commit
77dd76a108
@ -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…
Reference in New Issue
Block a user