mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-29 11:26:09 -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 SoundPage() ); // SOUND
|
||||||
addPage(new ServicePermissionsPage() ); // PERMISSIONS
|
addPage(new ServicePermissionsPage() ); // PERMISSIONS
|
||||||
#ifdef RS_JSONAPI
|
#ifdef RS_JSONAPI
|
||||||
addPage(new JsonApiPage());
|
JsonApiPage *jsonapi_p = new JsonApiPage() ;
|
||||||
|
addPage(jsonapi_p);
|
||||||
#ifdef RS_WEBUI
|
#ifdef RS_WEBUI
|
||||||
WebuiPage *webui_p = new WebuiPage() ;
|
WebuiPage *webui_p = new WebuiPage() ;
|
||||||
addPage(new WebuiPage() );
|
addPage(new WebuiPage() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user