Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 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/3rdparty/webkit/WebKit/qt/Api/qwebframe.h

    r561 r846  
    2727#include <QtGui/qicon.h>
    2828#include <QtScript/qscriptengine.h>
    29 #if QT_VERSION >= 0x040400
    3029#include <QtNetwork/qnetworkaccessmanager.h>
    31 #endif
    3230#include "qwebkitglobal.h"
    3331
     
    124122
    125123    void load(const QUrl &url);
    126 #if QT_VERSION < 0x040400
    127     void load(const QWebNetworkRequest &request);
    128 #else
    129124    void load(const QNetworkRequest &request,
    130125              QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation,
    131126              const QByteArray &body = QByteArray());
    132 #endif
    133127    void setHtml(const QString &html, const QUrl &baseUrl = QUrl());
    134128    void setContent(const QByteArray &data, const QString &mimeType = QString(), const QUrl &baseUrl = QUrl());
     
    166160    void setScrollPosition(const QPoint &pos);
    167161
     162
     163
    168164    enum RenderLayer {
    169165        ContentsLayer = 0x10,
     
    223219    void loadFinished(bool ok);
    224220
     221
     222
    225223private:
     224
    226225    friend class QWebPage;
    227226    friend class QWebPagePrivate;
Note: See TracChangeset for help on using the changeset viewer.