mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
improved UI of webUI and JsonAPI and interaction between these two (unfinished)
This commit is contained in:
parent
c90fab0136
commit
d83f0125f3
7 changed files with 169 additions and 86 deletions
|
@ -180,8 +180,6 @@ SettingsPage::initStackedWidget()
|
|||
#ifdef RS_WEBUI
|
||||
WebuiPage *webui_p = new WebuiPage() ;
|
||||
addPage(new WebuiPage() );
|
||||
|
||||
QObject::connect(webui_p,SIGNAL(passwordChanged()),jsonapi_p,SLOT(load()));
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue