dbus/qt dbusidl2cpp.cpp,1.2,1.3
Thiago J. Macieira
thiago at kemper.freedesktop.org
Sat Apr 29 10:22:49 PDT 2006
- Previous message: dbus ChangeLog,1.1010,1.1011
- Next message: dbus ChangeLog, 1.1011, 1.1012 Makefile.am, 1.24, 1.25 configure.in,
1.150, 1.151 dbus-qt4-1.pc.in, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/qt
In directory kemper:/tmp/cvs-serv30612/qt
Modified Files:
dbusidl2cpp.cpp
Log Message:
* qt/dbusidl2cpp.cpp: There's no callAsync. Use the correct
call. (r535506)
Index: dbusidl2cpp.cpp
===================================================================
RCS file: /cvs/dbus/dbus/qt/dbusidl2cpp.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbusidl2cpp.cpp 28 Mar 2006 18:56:08 -0000 1.2
+++ dbusidl2cpp.cpp 29 Apr 2006 17:22:47 -0000 1.3
@@ -509,7 +509,7 @@
else if (!isAsync)
hs << " return call(QLatin1String(\"";
else
- hs << " callAsync(QLatin1String(\"";
+ hs << " call(NoWaitForReply, QLatin1String(\"";
// rebuild the method input signature:
QString signature = QChar('.');
@@ -523,7 +523,7 @@
for (int i = 0; i < method.inputArgs.count(); ++i)
hs << ", " << argNames.at(argPos++);
- // close the QDBusIntrospection::call/callAsync call
+ // close the QDBusIntrospection::call call
hs << ");" << endl;
argPos++;
- Previous message: dbus ChangeLog,1.1010,1.1011
- Next message: dbus ChangeLog, 1.1011, 1.1012 Makefile.am, 1.24, 1.25 configure.in,
1.150, 1.151 dbus-qt4-1.pc.in, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list