Changeset 561 for trunk/include/QtWebKit
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
- 10 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/include/QtWebKit/QtWebKit
r2 r561 2 2 #define QT_QTWEBKIT_MODULE_H 3 3 #include <QtNetwork/QtNetwork> 4 #include <QtXmlPatterns/QtXmlPatterns> 5 #include "qgraphicswebview.h" 4 6 #include "qwebdatabase.h" 7 #include "qwebelement.h" 5 8 #include "qwebframe.h" 6 9 #include "qwebhistory.h" 7 10 #include "qwebhistoryinterface.h" 11 #include "qwebinspector.h" 8 12 #include "qwebkitglobal.h" 13 #include "qwebkitversion.h" 9 14 #include "qwebpage.h" 10 15 #include "qwebpluginfactory.h" -
trunk/include/QtWebKit/headers.pri
r2 r561 1 SYNCQT.HEADER_FILES = ../WebCore/../WebKit/qt/Api/qwebdatabase.h ../WebCore/../WebKit/qt/Api/qwebframe.h ../WebCore/../WebKit/qt/Api/qwebhistory.h ../WebCore/../WebKit/qt/Api/qwebhistoryinterface.h ../WebCore/../WebKit/qt/Api/qwebkitglobal.h ../WebCore/../WebKit/qt/Api/qwebpage.h ../WebCore/../WebKit/qt/Api/qwebpluginfactory.h ../WebCore/../WebKit/qt/Api/qwebsecurityorigin.h ../WebCore/../WebKit/qt/Api/qwebsettings.h ../WebCore/../WebKit/qt/Api/qwebview.h ../../../../include/QtWebKit/QtWebKit 2 SYNCQT.HEADER_CLASSES = ../../../../include/QtWebKit/QWebDatabase ../../../../include/QtWebKit/QWebHitTestResult ../../../../include/QtWebKit/QWebFrame ../../../../include/QtWebKit/QWebHistoryItem ../../../../include/QtWebKit/QWebHistory ../../../../include/QtWebKit/QWebHistoryInterface ../../../../include/QtWebKit/QWebPage ../../../../include/QtWebKit/QWebPluginFactory ../../../../include/QtWebKit/QWebSecurityOrigin ../../../../include/QtWebKit/QWebSettings ../../../../include/QtWebKit/QWebView 1 SYNCQT.HEADER_FILES = ../WebCore/../WebKit/qt/Api/qgraphicswebview.h ../WebCore/../WebKit/qt/Api/qwebdatabase.h ../WebCore/../WebKit/qt/Api/qwebelement.h ../WebCore/../WebKit/qt/Api/qwebframe.h ../WebCore/../WebKit/qt/Api/qwebhistory.h ../WebCore/../WebKit/qt/Api/qwebhistoryinterface.h ../WebCore/../WebKit/qt/Api/qwebinspector.h ../WebCore/../WebKit/qt/Api/qwebkitglobal.h ../WebCore/../WebKit/qt/Api/qwebkitversion.h ../WebCore/../WebKit/qt/Api/qwebpage.h ../WebCore/../WebKit/qt/Api/qwebpluginfactory.h ../WebCore/../WebKit/qt/Api/qwebsecurityorigin.h ../WebCore/../WebKit/qt/Api/qwebsettings.h ../WebCore/../WebKit/qt/Api/qwebview.h ../../../../include/QtWebKit/QtWebKit 2 SYNCQT.HEADER_CLASSES = ../../../../include/QtWebKit/QGraphicsWebView ../../../../include/QtWebKit/QWebDatabase ../../../../include/QtWebKit/QWebElement ../../../../include/QtWebKit/QWebElementCollection ../../../../include/QtWebKit/QWebHitTestResult ../../../../include/QtWebKit/QWebFrame ../../../../include/QtWebKit/QWebHistoryItem ../../../../include/QtWebKit/QWebHistory ../../../../include/QtWebKit/QWebHistoryInterface ../../../../include/QtWebKit/QWebInspector ../../../../include/QtWebKit/QWebPage ../../../../include/QtWebKit/QWebPluginFactory ../../../../include/QtWebKit/QWebSecurityOrigin ../../../../include/QtWebKit/QWebSettings ../../../../include/QtWebKit/QWebView 3 SYNCQT.PRIVATE_HEADER_FILES = ../WebCore/../WebKit/qt/Api/qwebdatabase_p.h ../WebCore/../WebKit/qt/Api/qwebframe_p.h ../WebCore/../WebKit/qt/Api/qwebhistory_p.h ../WebCore/../WebKit/qt/Api/qwebinspector_p.h ../WebCore/../WebKit/qt/Api/qwebpage_p.h ../WebCore/../WebKit/qt/Api/qwebplugindatabase_p.h ../WebCore/../WebKit/qt/Api/qwebsecurityorigin_p.h
Note:
See TracChangeset
for help on using the changeset viewer.