mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-02 00:04:53 -04:00
keeping track of changes
This commit is contained in:
parent
b03d61d5d6
commit
d0a4b5b07f
@ -437,6 +437,10 @@ void QgsHandleBadLayers::apply()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
item->setForeground( QBrush( Qt::red ) );
|
item->setForeground( QBrush( Qt::red ) );
|
||||||
|
if ( mFileBase[ name ].size() == 1 )
|
||||||
|
mFileBase[ name ][0] = basepath ;
|
||||||
|
else if ( mFileBase[ name ].size() > 1 )
|
||||||
|
mFileBase[ name ].append( basepath );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user