Fixing small glitch in a header file
[quassel.git] / 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);