[Kde-bindings] KDE/kdebindings/csharp/qyoto
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Wed Jun 4 10:53:24 UTC 2008
SVN commit 816607 by rdale:
* Remove references to QtWebKit from the Qyoto handlers.cpp so it
links
* Remove superfluous semi-colon from an extern C block
CCMAIL: kde-bindings at kde.org
M +6 -0 ChangeLog
M +1 -10 src/handlers.cpp
--- trunk/KDE/kdebindings/csharp/qyoto/ChangeLog #816606:816607
@@ -1,3 +1,9 @@
+2008-06-04 Richard Dale <richard.j.dale at gmail.com>
+
+ * Remove references to QtWebKit from the Qyoto handlers.cpp so it
+ links
+ * Remove superfluous semi-colon from an extern C block
+
2008-05-31 Arno Rehn <arno at arnorehn.de>
* Updated AssemblyInfo.cs
--- trunk/KDE/kdebindings/csharp/qyoto/src/handlers.cpp #816606:816607
@@ -60,8 +60,6 @@
#if QT_VERSION >= 0x040400
#include <QtGui/qprinterinfo.h>
-#include <QtWebKit/qwebframe.h>
-#include <QtWebKit/qwebhistory.h>
#include <QtNetwork/qnetworkcookie.h>
#endif
@@ -284,7 +282,7 @@
}
#endif
-};
+}
// extern bool isDerivedFromByName(Smoke *smoke, const char *className, const char *baseClassName);
extern void mapPointer(void * obj, smokeqyoto_object *o, Smoke::Index classId, void *lastptr);
@@ -1598,10 +1596,6 @@
DEF_LIST_MARSHALLER( QMdiSubWindowList, QList<QMdiSubWindow*>, QMdiSubWindow )
#endif
-#if QT_VERSION >= 0x40400
-DEF_LIST_MARSHALLER( QWebFrameList, QList<QWebFrame*>, QWebFrame )
-#endif
-
template <class Item, class ItemList, const char *ItemSTR >
void marshall_ValueListItem(Marshall *m) {
switch(m->action()) {
@@ -1778,7 +1772,6 @@
#if QT_VERSION >= 0x40400
DEF_VALUELIST_MARSHALLER( QNetworkCookieList, QList<QNetworkCookie>, QNetworkCookie )
DEF_VALUELIST_MARSHALLER( QPrinterInfoList, QList<QPrinterInfo>, QPrinterInfo )
-DEF_VALUELIST_MARSHALLER( QWebHistoryItemList, QList<QWebHistoryItem>, QWebHistoryItem )
#endif
Q_DECL_EXPORT TypeHandler Qt_handlers[] = {
@@ -1910,8 +1903,6 @@
{ "QList<QNetworkCookie>", marshall_QNetworkCookieList },
{ "QList<QNetworkCookie>&", marshall_QNetworkCookieList },
{ "QList<QPrinterInfo>", marshall_QPrinterInfoList },
- { "QList<QWebFrame*>", marshall_QWebFrameList },
- { "QList<QWebHistoryItem>", marshall_QWebHistoryItemList },
#endif
{ 0, 0 }
};
More information about the Kde-bindings
mailing list