forked from qt-creator/qt-creator
Get rid of the deprecated method Overview::setShowFullQualifiedNames().
This commit is contained in:
@@ -44,7 +44,6 @@ Overview::Overview()
|
||||
_showArgumentNames(false),
|
||||
_showReturnTypes(false),
|
||||
_showFunctionSignatures(true),
|
||||
_showFullyQualifiedNames(false),
|
||||
_showDefaultArguments(true)
|
||||
{ }
|
||||
|
||||
@@ -111,16 +110,6 @@ void Overview::setShowFunctionSignatures(bool showFunctionSignatures)
|
||||
_showFunctionSignatures = showFunctionSignatures;
|
||||
}
|
||||
|
||||
bool Overview::showFullyQualifiedNames() const
|
||||
{
|
||||
return _showFullyQualifiedNames;
|
||||
}
|
||||
|
||||
void Overview::setShowFullyQualifiedNamed(bool showFullyQualifiedNames)
|
||||
{
|
||||
_showFullyQualifiedNames = showFullyQualifiedNames;
|
||||
}
|
||||
|
||||
bool Overview::showDefaultArguments() const
|
||||
{
|
||||
return _showDefaultArguments;
|
||||
|
||||
Reference in New Issue
Block a user