mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2018-07-27 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SaveFile' test method to the web API. * Added a 'SaveString' test method to the web API. * Refactored the multipart-mime parser in 'RDFormPost' to process UTF-8 strings correctly.
This commit is contained in:
@@ -86,6 +86,8 @@ class Xport : public QObject
|
||||
QString LogLockXml(bool result,const QString &log_name,const QString &guid,
|
||||
const QString &username,const QString &stationname,
|
||||
const QHostAddress addr) const;
|
||||
void SaveString();
|
||||
void SaveFile();
|
||||
void SendNotification(RDNotification::Type type,RDNotification::Action action,
|
||||
const QVariant &id);
|
||||
void Exit(int code);
|
||||
|
||||
Reference in New Issue
Block a user