Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/dbus/qdbusconnection.cpp

    r651 r769  
    492492    QDBusMessage::ReplyMessage or QDBusMessage::ErrorMessage.
    493493
     494
     495
     496
     497
     498
     499
    494500    See the QDBusInterface::call() function for a more friendly way
    495501    of placing calls.
     
    527533    immediately. This function is suitable for method calls only. It
    528534    returns an object of type QDBusPendingCall which can be used to
    529     track the status of the reply. The \a timeout parameter is used to
    530     determine when an auto-generated error reply may be emitted and is
    531     also the upper limit for waiting in QDBusPendingCall::waitForFinished().
     535    track the status of the reply.
     536
     537    If no reply is received within \a timeout milliseconds, an automatic
     538    error will be delivered indicating the expiration of the call. The
     539    default \a timeout is -1, which will be replaced with an
     540    implementation-defined value that is suitable for inter-process
     541    communications (generally, 25 seconds). This timeout is also the
     542    upper limit for waiting in QDBusPendingCall::waitForFinished().
    532543
    533544    See the QDBusInterface::asyncCall() function for a more friendly way
Note: See TracChangeset for help on using the changeset viewer.