dbus/qt/tools dbuscpp2xml.cpp,1.2,1.3 dbusidl2cpp.cpp,1.2,1.3
Thiago J. Macieira
thiago at kemper.freedesktop.org
Sun Jun 11 05:16:32 PDT 2006
Update of /cvs/dbus/dbus/qt/tools
In directory kemper:/tmp/cvs-serv13305/qt/tools
Modified Files:
dbuscpp2xml.cpp dbusidl2cpp.cpp
Log Message:
* qt/tools/dbuscpp2xml.cpp: Compile on Windows.
* qt/tools/dbusidl2cpp.cpp: Add missing newline.
* qt/examples/Makefile.am:
* qt/examples/chat.h: Use UI-generated files with the ui_*.h
form.
* qt/src/qdbusmarshall.cpp: Allow sending of QString() and
QByteArray() (nulls) over the bus.
* qt/src/qdbusabstractinterface.cpp: Use the correct variable,
the one that has the signature suffix stripped.
* qt/src/qdbusreply.h: Make some methods const.
Index: dbuscpp2xml.cpp
===================================================================
RCS file: /cvs/dbus/dbus/qt/tools/dbuscpp2xml.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbuscpp2xml.cpp 5 Jun 2006 18:13:07 -0000 1.2
+++ dbuscpp2xml.cpp 11 Jun 2006 12:16:30 -0000 1.3
@@ -33,6 +33,7 @@
#include <string.h>
#include <errno.h>
#include <unistd.h>
+#include <stdlib.h>
#include "../src/qdbusconnection.h" // for the Export* flags
Index: dbusidl2cpp.cpp
===================================================================
RCS file: /cvs/dbus/dbus/qt/tools/dbusidl2cpp.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbusidl2cpp.cpp 5 Jun 2006 18:13:07 -0000 1.2
+++ dbusidl2cpp.cpp 11 Jun 2006 12:16:30 -0000 1.3
@@ -70,7 +70,7 @@
"If the file name given to the options -a and -p does not end in .cpp or .h, the\n"
"program will automatically append the suffixes and produce both files.\n"
"You can also use a colon (:) to separate the header name from the source file\n"
- "name, as in '-a filename_p.h:filename.cpp'.";
+ "name, as in '-a filename_p.h:filename.cpp'.\n";
static const char includeList[] =
"#include <QtCore/QByteArray>\n"
More information about the dbus-commit
mailing list