Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Feb 28, 2023
1 parent a5d601f commit c2c4b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/app/testqgsattributetable.cpp
Expand Up @@ -853,7 +853,7 @@ void TestQgsAttributeTable::testEnsureEditSelection()

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;

// we set the index to ft3
Expand Down

0 comments on commit c2c4b5b

Please sign in to comment.