mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2017-12-15 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'RDTempDir()' function.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user