mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
fix typo
This commit is contained in:
parent
a5d601f633
commit
c2c4b5b005
@ -853,7 +853,7 @@ void TestQgsAttributeTable::testEnsureEditSelection()
|
|||||||
|
|
||||||
std::unique_ptr< QgsAttributeTableDialog > dlg( new QgsAttributeTableDialog( layer.get() ) );
|
std::unique_ptr< QgsAttributeTableDialog > dlg( new QgsAttributeTableDialog( layer.get() ) );
|
||||||
|
|
||||||
//since the update is done by timer we need to wait for update (at least one milisecond)
|
//since the update is done by timer, we have to wait for the update (at least one millisecond)
|
||||||
QEventLoop loop;
|
QEventLoop loop;
|
||||||
|
|
||||||
// we set the index to ft3
|
// we set the index to ft3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user