2017-05-17 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDSystem::xml()' method in 'lib/rdsystem.cpp' and
	'lib/rdsystem.h'.
	* Added a 'ListSystemSettings' web API call.
This commit is contained in:
Fred Gleason
2017-05-17 12:33:49 -04:00
parent c4af1a9f1b
commit bfcdaa6dfc
11 changed files with 145 additions and 0 deletions

View File

@@ -266,6 +266,10 @@ Xport::Xport(QObject *parent)
ListServices();
break;
case RDXPORT_COMMAND_LISTSYSTEMSETTINGS:
ListSystemSettings();
break;
case RDXPORT_COMMAND_REHASH:
Rehash();
break;