summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cpphoverhandler.cpp
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-05-05 09:47:16 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2010-05-05 16:36:44 +0200
commit32a84df5c0cc4bce26b32997478b714ad65e5b1c (patch)
treef44011a3c3f65f29ada0fa0047a28385b5ec68b6 /src/plugins/cppeditor/cpphoverhandler.cpp
parent325bc6664f2a70318d3a2c3d14ea136477c0cc71 (diff)
downloadqt-creator-32a84df5c0cc4bce26b32997478b714ad65e5b1c.tar.gz
Deprecated the current LookupContext.
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.cpp')
-rw-r--r--src/plugins/cppeditor/cpphoverhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.cpp b/src/plugins/cppeditor/cpphoverhandler.cpp
index 2c91f5cba4..63be4f097f 100644
--- a/src/plugins/cppeditor/cpphoverhandler.cpp
+++ b/src/plugins/cppeditor/cpphoverhandler.cpp
@@ -180,7 +180,7 @@ static QString buildHelpId(Symbol *symbol, const Name *name)
// ### move me
static FullySpecifiedType resolve(const FullySpecifiedType &ty,
- const LookupContext &context,
+ const DeprecatedLookupContext &context,
Symbol **resolvedSymbol,
const Name **resolvedName)
{