X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsignalproxy.h;h=3b8497c299eb1105a19261df6b79f1e02f43146f;hp=357c29bb73091885e08046ed0f68208260750645;hb=6e1a8aa6b42f63d50b9b2e6419dccfae0429fa62;hpb=27de4d2719454c4deb5f6e24b82bdd8991e45260 diff --git a/src/common/signalproxy.h b/src/common/signalproxy.h index 357c29bb..3b8497c2 100644 --- a/src/common/signalproxy.h +++ b/src/common/signalproxy.h @@ -245,7 +245,7 @@ public: const QMetaObject *metaObject() const { return _meta; } static QByteArray methodName(const QMetaMethod &method); - static QString ExtendedMetaObject::methodBaseName(const QMetaMethod &method); + static QString methodBaseName(const QMetaMethod &method); private: const MethodDescriptor &methodDescriptor(int methodId);