Skip to content

Commit

Permalink
Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent ebfed52 commit af9febc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/gui/testqgsqueryresultwidget.cpp
Expand Up @@ -116,7 +116,7 @@ void TestQgsQueryResultWidget::testWidget()
w->setQuery( QStringLiteral( "SELECT * FROM qgis_test.random_big_data" ) );
l->addWidget( w );
d->setLayout( l );
// For interactive testing
// Uncomment for interactive testing:
//d->exec();
w->executeQuery();
bool exited = false;
Expand Down Expand Up @@ -153,6 +153,7 @@ void TestQgsQueryResultWidget::testCodeEditorApis()
connect( w->mApiFetcher, &QgsConnectionsApiFetcher::fetchingFinished, w.get(), [ & ] { exited = true; } );
while ( ! exited )
QgsApplication::processEvents();

}


Expand Down

0 comments on commit af9febc

Please sign in to comment.