qthighway/xqservice/src/xqservicechannel.cpp
changeset 24 9d760f716ca8
parent 15 1f895d8a5b2b
equal deleted inserted replaced
19:46686fb6258c 24:9d760f716ca8
    69 */
    69 */
    70 
    70 
    71 /*!
    71 /*!
    72     Constructs a XQService channel with the given \a parent, and registers it
    72     Constructs a XQService channel with the given \a parent, and registers it
    73     with the server using the given \a channel name.
    73     with the server using the given \a channel name.
    74 
    74     \param channel Channel name.
       
    75     \param isServer 
       
    76     \param parent Parent of this object.
    75     \sa isRegistered(), channel()
    77     \sa isRegistered(), channel()
    76 */
    78 */
    77 
    79 
    78 XQServiceChannel::XQServiceChannel(const QString& channel, bool isServer, QObject *parent)
    80 XQServiceChannel::XQServiceChannel(const QString& channel, bool isServer, QObject *parent)
    79     : QObject(parent)
    81     : QObject(parent)