Get rid of the deprecated method Overview::setShowFullQualifiedNames().

This commit is contained in:
Roberto Raggi
2010-07-21 12:47:14 +02:00
parent c969b6e1cc
commit b94821b6a9
4 changed files with 2 additions and 54 deletions

View File

@@ -53,9 +53,6 @@ public:
bool showFunctionSignatures() const;
void setShowFunctionSignatures(bool showFunctionSignatures);
bool showFullyQualifiedNames() const;
void setShowFullyQualifiedNamed(bool showFullyQualifiedNames);
bool showDefaultArguments() const;
void setShowDefaultArguments(bool showDefaultArguments);
@@ -94,7 +91,6 @@ private:
bool _showArgumentNames: 1;
bool _showReturnTypes: 1;
bool _showFunctionSignatures: 1;
bool _showFullyQualifiedNames: 1;
bool _showDefaultArguments: 1;
};