From 25837759eacca455fcc1c57462895aa7cf5997dc Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Fri, 23 Apr 2010 09:42:22 +0200 Subject: Fix left-overs from merging icheck code. --- src/shared/cplusplus/Symbols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/cplusplus/Symbols.h') diff --git a/src/shared/cplusplus/Symbols.h b/src/shared/cplusplus/Symbols.h index 2ea24c539a..48356b2a3a 100644 --- a/src/shared/cplusplus/Symbols.h +++ b/src/shared/cplusplus/Symbols.h @@ -313,6 +313,7 @@ public: bool isNormal() const; bool isSignal() const; bool isSlot() const; + bool isInvokable() const; int methodKey() const; void setMethodKey(int key); -- cgit v1.2.1