Changeset 846 for trunk/src/3rdparty/webkit/WebKit/qt/Api/qwebframe.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/3rdparty/webkit/WebKit/qt/Api/qwebframe.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/webkit/WebKit/qt/Api/qwebframe.h
r561 r846 27 27 #include <QtGui/qicon.h> 28 28 #include <QtScript/qscriptengine.h> 29 #if QT_VERSION >= 0x04040030 29 #include <QtNetwork/qnetworkaccessmanager.h> 31 #endif32 30 #include "qwebkitglobal.h" 33 31 … … 124 122 125 123 void load(const QUrl &url); 126 #if QT_VERSION < 0x040400127 void load(const QWebNetworkRequest &request);128 #else129 124 void load(const QNetworkRequest &request, 130 125 QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, 131 126 const QByteArray &body = QByteArray()); 132 #endif133 127 void setHtml(const QString &html, const QUrl &baseUrl = QUrl()); 134 128 void setContent(const QByteArray &data, const QString &mimeType = QString(), const QUrl &baseUrl = QUrl()); … … 166 160 void setScrollPosition(const QPoint &pos); 167 161 162 163 168 164 enum RenderLayer { 169 165 ContentsLayer = 0x10, … … 223 219 void loadFinished(bool ok); 224 220 221 222 225 223 private: 224 226 225 friend class QWebPage; 227 226 friend class QWebPagePrivate;
Note:
See TracChangeset
for help on using the changeset viewer.
