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 ** |
68 const QMetaObject *base, int flags); |
68 const QMetaObject *base, int flags); |
69 QT_END_NAMESPACE |
69 QT_END_NAMESPACE |
70 |
70 |
71 #define PROGRAMNAME "qdbuscpp2xml" |
71 #define PROGRAMNAME "qdbuscpp2xml" |
72 #define PROGRAMVERSION "0.1" |
72 #define PROGRAMVERSION "0.1" |
73 #define PROGRAMCOPYRIGHT "Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)." |
73 #define PROGRAMCOPYRIGHT "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)." |
74 |
74 |
75 static QString outputFile; |
75 static QString outputFile; |
76 static int flags; |
76 static int flags; |
77 |
77 |
78 static const char help[] = |
78 static const char help[] = |