src/dbus/qdbusserver.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    98 {
    98 {
    99     return d->lastError;
    99     return d->lastError;
   100 }
   100 }
   101 
   101 
   102 /*!
   102 /*!
   103     Returns the address this server is assosiated with.
   103     Returns the address this server is associated with.
   104 */
   104 */
   105 QString QDBusServer::address() const
   105 QString QDBusServer::address() const
   106 {
   106 {
   107     QString addr;
   107     QString addr;
   108     if (d && d->server) {
   108     if (d && d->server) {