mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Code formatting
This commit is contained in:
parent
44d9b35163
commit
caf12e7e4b
@ -208,7 +208,7 @@ QVariant QgsBrowserModel::data( const QModelIndex &index, int role ) const
|
||||
}
|
||||
if ( item->type() == QgsDataItem::Layer )
|
||||
{
|
||||
QgsLayerItem* lyrItem = qobject_cast<QgsLayerItem*>(item);
|
||||
QgsLayerItem* lyrItem = qobject_cast<QgsLayerItem*>( item );
|
||||
return lyrItem->comments();
|
||||
}
|
||||
return "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user