equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the tools applications of the Qt Toolkit. |
7 ** This file is part of the tools applications of the Qt Toolkit. |
8 ** |
8 ** |
61 #include <process.h> |
61 #include <process.h> |
62 #endif |
62 #endif |
63 |
63 |
64 #define PROGRAMNAME "qdbusxml2cpp" |
64 #define PROGRAMNAME "qdbusxml2cpp" |
65 #define PROGRAMVERSION "0.7" |
65 #define PROGRAMVERSION "0.7" |
66 #define PROGRAMCOPYRIGHT "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)." |
66 #define PROGRAMCOPYRIGHT "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)." |
67 |
67 |
68 #define ANNOTATION_NO_WAIT "org.freedesktop.DBus.Method.NoReply" |
68 #define ANNOTATION_NO_WAIT "org.freedesktop.DBus.Method.NoReply" |
69 |
69 |
70 static QString globalClassName; |
70 static QString globalClassName; |
71 static QString parentClassName; |
71 static QString parentClassName; |