Qt 4.8
Functions
qnetworkreplyimpl.cpp File Reference
#include "qnetworkreplyimpl_p.h"
#include "qnetworkaccessbackend_p.h"
#include "qnetworkcookie.h"
#include "qabstractnetworkcache.h"
#include "QtCore/qcoreapplication.h"
#include "QtCore/qdatetime.h"
#include "QtNetwork/qsslconfiguration.h"
#include "QtNetwork/qnetworksession.h"
#include "qnetworkaccesshttpbackend_p.h"
#include "qnetworkaccessmanager_p.h"
#include <QtCore/QCoreApplication>
#include "moc_qnetworkreplyimpl_p.cpp"

Go to the source code of this file.

Functions

static void downloadBufferDeleter (char *ptr)
 

Function Documentation

◆ downloadBufferDeleter()

static void downloadBufferDeleter ( char *  ptr)
static

Definition at line 666 of file qnetworkreplyimpl.cpp.

Referenced by QNetworkReplyImplPrivate::getDownloadBuffer().

667 {
668  delete[] ptr;
669 }
const T * ptr(const T &t)