Hide false-positive krazy warning.
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1121836
This commit is contained in:
parent
11385e4729
commit
5b49fabcfc
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ QVariant DecorationModel::data( const QModelIndex& index, int role ) const
|
|||
if( m_plugins->loadPlugin( m_decorations[ index.row() ].libraryName ) &&
|
||||
m_plugins->factory() != NULL )
|
||||
{
|
||||
foreach( KDecorationDefines::BorderSize size, m_plugins->factory()->borderSizes() )
|
||||
foreach( KDecorationDefines::BorderSize size, m_plugins->factory()->borderSizes() ) // krazy:exclude=foreach
|
||||
sizes << int(size) ;
|
||||
}
|
||||
return sizes;
|
||||
|
|
Loading…
Reference in a new issue