Changeset 846 for trunk/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 54 54 #include "private/qdbusintrospection_p.h" 55 55 56 #include <sys/types.h>57 56 #include <stdio.h> 58 57 #include <stdlib.h> 59 58 60 #ifdef Q_WS_WIN61 #include <process.h>62 #endif63 64 59 #define PROGRAMNAME "qdbusxml2cpp" 65 60 #define PROGRAMVERSION "0.7" 66 #define PROGRAMCOPYRIGHT "Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies)."61 #define PROGRAMCOPYRIGHT "Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies)." 67 62 68 63 #define ANNOTATION_NO_WAIT "org.freedesktop.DBus.Method.NoReply" … … 1136 1131 objects or implement said interfaces. 1137 1132 1138 \c qdbusxml2 dcpp has two modes of operation, that correspond to the two possible outputs it can1133 \c qdbusxml2cpp has two modes of operation, that correspond to the two possible outputs it can 1139 1134 produce: the interface (proxy) class or the adaptor class. The latter consists of both a C++ 1140 1135 header and a source file, which are meant to be edited and adapted to your needs. 1141 1136 1142 The \c qdbusxml2 dcpp tool is not meant to be run every time you compile your1137 The \c qdbusxml2cpp tool is not meant to be run every time you compile your 1143 1138 application. Instead, it's meant to be used when developing the code or when the interface 1144 1139 changes.
Note:
See TracChangeset
for help on using the changeset viewer.