diff options
Diffstat (limited to 'src/libs')
-rw-r--r-- | src/libs/cplusplus/Overview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/cplusplus/Overview.cpp b/src/libs/cplusplus/Overview.cpp index aabad07a19d..d252b0f2a4a 100644 --- a/src/libs/cplusplus/Overview.cpp +++ b/src/libs/cplusplus/Overview.cpp @@ -158,6 +158,8 @@ QString Overview::prettyType(const FullySpecifiedType &ty, * \param the name for the named-type to use * \param the control where the name is registered * \return the pretty-printed name + * + * \todo Remove this method, and do it "for real" using the class CPlusPlus::Rewrite. */ QString Overview::prettyTypeWithName(const FullySpecifiedType &type, const Name *name, |