Fixing small glitch in a header file
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 24 Aug 2009 17:07:02 +0000 (19:07 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 24 Aug 2009 19:54:07 +0000 (21:54 +0200)
I always wonder why my gcc doesn't complain about that...

src/common/signalproxy.h

index 357c29b..3b8497c 100644 (file)
@@ -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);