Ticket #11126: 0001-qt5-methodSignature.patch

File 0001-qt5-methodSignature.patch, 719 bytes (added by Gary Buhrmaster <gary.buhrmaster@…>, 12 years ago)
  • mythtv/libs/libmythupnp/servicehost.cpp

    diff --git a/mythtv/libs/libmythupnp/servicehost.cpp b/mythtv/libs/libmythupnp/servicehost.cpp
    index 024acb9..16e521b 100644
    a b ServiceHost::ServiceHost(const QMetaObject &metaObject, 
    201201        if ((method.methodType() == QMetaMethod::Slot   ) &&
    202202            (method.access()     == QMetaMethod::Public ))
    203203        {
     204#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
    204205            QString sName( method.signature() );
     206#else
     207            QString sName( method.methodSignature() );     
     208#endif
    205209
    206210            // ------------------------------------------------------
    207211            // Ignore the following methods...