Qt 4.8
Classes | Functions
qnetworkcookie.h File Reference
#include <QtCore/QSharedDataPointer>
#include <QtCore/QList>
#include <QtCore/QMetaType>
#include <QtCore/QObject>
#include <QtNetwork/QNetworkCookieJar>

Go to the source code of this file.

Classes

class  QNetworkCookie
 The QNetworkCookie class holds one network cookie. More...
 

Functions

Q_NETWORK_EXPORT QDebug operator<< (QDebug, const QNetworkCookie &)
 
 Q_DECLARE_TYPEINFO (QNetworkCookie, Q_MOVABLE_TYPE)
 

Function Documentation

◆ operator<<()

Q_NETWORK_EXPORT QDebug operator<< ( QDebug  ,
const QNetworkCookie  
)

Definition at line 1053 of file qnetworkcookie.cpp.

1054 {
1055  s.nospace() << "QNetworkCookie(" << cookie.toRawForm(QNetworkCookie::Full) << ')';
1056  return s.space();
1057 }

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QNetworkCookie  ,
Q_MOVABLE_TYPE   
)