2017-12-15 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'RDTempDir()' function.
This commit is contained in:
Fred Gleason
2017-12-15 07:47:41 -05:00
parent 5b75716f4a
commit 3b1ce13e77
20 changed files with 154 additions and 165 deletions

View File

@@ -28,6 +28,8 @@
#include <qvariant.h>
#include <qhostaddress.h>
#include <rdtempdirectory.h>
class RDFormPost
{
public:
@@ -67,7 +69,7 @@ class RDFormPost
RDFormPost::Error post_error;
std::map<QString,QVariant> post_values;
std::map<QString,bool> post_filenames;
QString post_tempdir;
RDTempDirectory *post_tempdir;
bool post_auto_delete;
unsigned post_content_length;
QString post_content_type;