LocalResourcesProvider: do not include own name in path-property of
directory items and fixed usage of ResourcesItem::fullName() - makes format of XML cache file more consistent and also speeds up string comparisonswhen filtering
This commit is contained in:
@@ -111,11 +111,12 @@ public:
|
||||
|
||||
QString fullName( void ) const
|
||||
{
|
||||
if( m_type == TypeDirectory )
|
||||
{
|
||||
return fullPath();
|
||||
}
|
||||
return fullPath()+name();
|
||||
return fullPath() + name();
|
||||
}
|
||||
|
||||
QString fullRelativeName( void ) const
|
||||
{
|
||||
return path() + name();
|
||||
}
|
||||
|
||||
const QString & hash( void ) const
|
||||
|
||||
Reference in New Issue
Block a user