mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 09:18:45 -04:00
Drop libresapi and modules that depends on it
A copy of the repository freezed before this deletion to ease old code viewing is available at https://github.com/RetroShare/zz_archive_RetroShare_libresapi Removed some more cruft Temporarly disabled JSON API generation of RsWebUi methods due to compilation breakage when rs_webui is disabled, RsWebUi keeps working but cannot be restarted from JSON API
This commit is contained in:
parent
887e3ad394
commit
c73bdb83cd
963 changed files with 73 additions and 48608 deletions
|
@ -1192,7 +1192,9 @@ void RshareSettings::setJsonApiEnabled(bool enabled)
|
|||
|
||||
uint16_t RshareSettings::getJsonApiPort()
|
||||
{
|
||||
return valueFromGroup("JsonApi", "port", JsonApiServer::DEFAULT_PORT).toUInt();
|
||||
return static_cast<uint16_t>(
|
||||
valueFromGroup(
|
||||
"JsonApi", "port", RsJsonApi::DEFAULT_PORT ).toUInt() );
|
||||
}
|
||||
|
||||
void RshareSettings::setJsonApiPort(uint16_t port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue