src/dbus/qdbuspendingreply.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    41 
    41 
    42 #include "qdbuspendingreply.h"
    42 #include "qdbuspendingreply.h"
    43 #include "qdbuspendingcall_p.h"
    43 #include "qdbuspendingcall_p.h"
    44 #include "qdbusmetatype.h"
    44 #include "qdbusmetatype.h"
    45 
    45 
       
    46 #ifndef QT_NO_DBUS
       
    47 
    46 /*!
    48 /*!
    47     \class QDBusPendingReply
    49     \class QDBusPendingReply
    48     \inmodule QtDBus
    50     \inmodule QtDBus
    49     \since 4.5
    51     \since 4.5
    50 
    52 
   273     Q_ASSERT(d);
   275     Q_ASSERT(d);
   274     d->setMetaTypes(count, types);
   276     d->setMetaTypes(count, types);
   275     d->checkReceivedSignature();
   277     d->checkReceivedSignature();
   276 }
   278 }
   277 
   279 
       
   280 #endif // QT_NO_DBUS