aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/mockclangcodemodelclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mockclangcodemodelclient.h')
-rw-r--r--tests/unit/unittest/mockclangcodemodelclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/unittest/mockclangcodemodelclient.h b/tests/unit/unittest/mockclangcodemodelclient.h
index 2e287909ddf..3b5a3cfbf5a 100644
--- a/tests/unit/unittest/mockclangcodemodelclient.h
+++ b/tests/unit/unittest/mockclangcodemodelclient.h
@@ -45,4 +45,6 @@ public:
void(const ClangBackEnd::ReferencesMessage &message));
MOCK_METHOD1(followSymbol,
void(const ClangBackEnd::FollowSymbolMessage &message));
+ MOCK_METHOD1(tooltip,
+ void(const ClangBackEnd::ToolTipMessage &message));
};