Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    5454#include "private/qdbusintrospection_p.h"
    5555
    56 #include <sys/types.h>
    5756#include <stdio.h>
    5857#include <stdlib.h>
    5958
    60 #ifdef Q_WS_WIN
    61 #include <process.h>
    62 #endif
    63 
    6459#define PROGRAMNAME     "qdbusxml2cpp"
    6560#define PROGRAMVERSION  "0.7"
    66 #define PROGRAMCOPYRIGHT "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies)."
     61#define PROGRAMCOPYRIGHT "Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies)."
    6762
    6863#define ANNOTATION_NO_WAIT      "org.freedesktop.DBus.Method.NoReply"
     
    11361131    objects or implement said interfaces.
    11371132
    1138     \c qdbusxml2dcpp has two modes of operation, that correspond to the two possible outputs it can
     1133    \c qdbusxml2cpp has two modes of operation, that correspond to the two possible outputs it can
    11391134    produce: the interface (proxy) class or the adaptor class. The latter consists of both a C++
    11401135    header and a source file, which are meant to be edited and adapted to your needs.
    11411136
    1142     The \c qdbusxml2dcpp tool is not meant to be run every time you compile your
     1137    The \c qdbusxml2cpp tool is not meant to be run every time you compile your
    11431138    application. Instead, it's meant to be used when developing the code or when the interface
    11441139    changes.
Note: See TracChangeset for help on using the changeset viewer.