2020-10-15 Fred Gleason <fredg@paravelsystems.com>

* Modified 'RDFormPost' to use 'QMap' instead of 'std::map'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-10-15 10:51:11 -04:00
parent 4bc6a54052
commit d61f3ad32a
3 changed files with 27 additions and 26 deletions

View File

@@ -20468,3 +20468,5 @@
* Added a 'RDApplication::logAuthenticationFailure()' method.
* Added a sample Fail2Ban jail filter for the WebAPI in
'conf/rivendell-webapi.conf'.
2020-10-15 Fred Gleason <fredg@paravelsystems.com>
* Modified 'RDFormPost' to use 'QMap' instead of 'std::map'.