[Kde-bindings] playground/bindings/kimono
Paolo Capriotti
paolo.capriotti at gmail.com
Wed Jun 7 21:38:24 UTC 2006
SVN commit 549252 by capriotti:
* Changed all occurences of Qt namespace to Qyoto in qyoto.cpp
* Restored the _smokeObject field in QObject.
CCMAIL: kde-bindings at kde.org
M +5 -0 ChangeLog
M +2 -2 qyoto.cpp
M +2 -0 qyoto/QObject.cs
--- trunk/playground/bindings/kimono/ChangeLog #549251:549252
@@ -1,3 +1,8 @@
+2006-06-07 Paolo Capriotti <paolo.capriotti at gmail.com>
+
+ * Changed all occurences of Qt namespace to Qyoto in qyoto.cpp
+ * Restored the _smokeObject field in QObject.
+
2006-06-06 Richard Dale <rdale at foton.es>
* Added a Q_SCRIPTABLE attribute for dbus support
--- trunk/playground/bindings/kimono/qyoto.cpp #549251:549252
@@ -1064,7 +1064,7 @@
m->ptr = meta;
// create wrapper C# instance
- return set_obj_info("Qt.QMetaObject", m);
+ return set_obj_info("Qyoto.QMetaObject", m);
}
@@ -1130,7 +1130,7 @@
init_qt_Smoke();
qt_Smoke->binding = new QyotoSmokeBinding(qt_Smoke);
install_handlers(Qt_handlers);
- QString classPrefix("Qt.");
+ QString classPrefix("Qyoto.");
QString className;
QByteArray classStringName;
--- trunk/playground/bindings/kimono/qyoto/QObject.cs #549251:549252
@@ -9,6 +9,8 @@
/// See <see cref="IQObjectSignals"></see> for signals emitted by QObject
[SmokeClass("QObject")]
public class QObject : Qt {
+ private IntPtr _smokeObject;
+
protected QObject(Type dummy) {
try {
Type proxyInterface = Qyoto.GetSignalsInterface(GetType());
More information about the Kde-bindings
mailing list