integrada la nueva versi?n de qtwebapp

This commit is contained in:
Luis Ángel San Martín
2012-09-09 15:41:34 +02:00
parent a39cc616f6
commit d123df4f53
15 changed files with 89 additions and 74 deletions

View File

@ -111,8 +111,9 @@ public:
/**
Decode an URL parameter.
E.g. replace "%23" by '#' and replace '+' by ' '
@param source The url encoded string
E.g. replace "%23" by '#' and replace '+' by ' '.
@param source The url encoded strings
@see QUrl::toPercentEncoding for the reverse direction
*/
static QByteArray urlDecode(const QByteArray source);
@ -173,9 +174,6 @@ private:
/** Maximum allowed size of multipart forms in bytes. */
int maxMultiPartSize;
/** Directory for temp files */
QString tempDir;
/** Current size */
int currentSize;