src/dbus/qdbusserver.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 37 758a864f9613
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    40 ****************************************************************************/
    40 ****************************************************************************/
    41 
    41 
    42 #include "qdbusserver.h"
    42 #include "qdbusserver.h"
    43 #include "qdbusconnection_p.h"
    43 #include "qdbusconnection_p.h"
    44 
    44 
       
    45 #ifndef QT_NO_DBUS
       
    46 
    45 QT_BEGIN_NAMESPACE
    47 QT_BEGIN_NAMESPACE
    46 
    48 
    47 /*!
    49 /*!
    48     \class QDBusServer
    50     \class QDBusServer
    49     \inmodule QtDBus
    51     \inmodule QtDBus
    50     \since 4.2
    52     \internal
    51 
    53 
    52     \brief The QDBusServer class provides peer-to-peer communication
    54     \brief The QDBusServer class provides peer-to-peer communication
    53     between processes on the same computer.
    55     between processes on the same computer.
    54 */
    56 */
    55 
    57 
   117   This signal is currently not used, but if and when it is
   119   This signal is currently not used, but if and when it is
   118   used, \a connection will be the new connection. 
   120   used, \a connection will be the new connection. 
   119  */
   121  */
   120 
   122 
   121 QT_END_NAMESPACE
   123 QT_END_NAMESPACE
       
   124 
       
   125 #endif // QT_NO_DBUS