From 6e1a8aa6b42f63d50b9b2e6419dccfae0429fa62 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Mon, 24 Aug 2009 19:07:02 +0200 Subject: [PATCH] Fixing small glitch in a header file I always wonder why my gcc doesn't complain about that... --- src/common/signalproxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1