diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-05-05 09:47:16 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-05-05 16:36:44 +0200 |
commit | 32a84df5c0cc4bce26b32997478b714ad65e5b1c (patch) | |
tree | f44011a3c3f65f29ada0fa0047a28385b5ec68b6 /src/plugins/cppeditor/cpphoverhandler.cpp | |
parent | 325bc6664f2a70318d3a2c3d14ea136477c0cc71 (diff) | |
download | qt-creator-32a84df5c0cc4bce26b32997478b714ad65e5b1c.tar.gz |
Deprecated the current LookupContext.
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.cpp')
-rw-r--r-- | src/plugins/cppeditor/cpphoverhandler.cpp | 2 |
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) { |