mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
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:
@@ -266,6 +266,10 @@ Xport::Xport(QObject *parent)
|
||||
ListServices();
|
||||
break;
|
||||
|
||||
case RDXPORT_COMMAND_LISTSYSTEMSETTINGS:
|
||||
ListSystemSettings();
|
||||
break;
|
||||
|
||||
case RDXPORT_COMMAND_REHASH:
|
||||
Rehash();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user