Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/network/access/qnetworkaccessmanager.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    6363class QNetworkProxyFactory;
    6464class QSslError;
     65
     66
     67
    6568
    6669class QNetworkReplyImplPrivate;
     
    6972{
    7073    Q_OBJECT
     74
     75
     76
     77
     78
    7179public:
    7280    enum Operation {
     
    7684        PostOperation,
    7785        DeleteOperation,
     86
    7887
    7988        UnknownOperation = 0
    8089    };
     90
     91
     92
     93
     94
     95
     96
     97
    8198
    8299    explicit QNetworkAccessManager(QObject *parent = 0);
     
    103120    QNetworkReply *put(const QNetworkRequest &request, const QByteArray &data);
    104121    QNetworkReply *deleteResource(const QNetworkRequest &request);
     122
     123
     124
     125
     126
     127
     128
     129
     130
     131
     132
     133
    105134
    106135Q_SIGNALS:
     
    114143#endif
    115144
     145
     146
     147
     148
     149
     150
     151
     152
    116153protected:
    117154    virtual QNetworkReply *createRequest(Operation op, const QNetworkRequest &request,
     
    123160    Q_PRIVATE_SLOT(d_func(), void _q_replyFinished())
    124161    Q_PRIVATE_SLOT(d_func(), void _q_replySslErrors(QList<QSslError>))
     162
     163
     164
     165
    125166};
    126167
Note: See TracChangeset for help on using the changeset viewer.