Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
tests/src/quickgui/app/main.cpp
|
@@ -71,6 +71,7 @@ int main( int argc, char *argv[] ) |
|
|
const QList<QQmlError> errors = component.errors(); |
|
|
for ( const QQmlError &error : errors ) |
|
|
{ |
|
|
Q_UNUSED( error ); |
|
|
QgsDebugMsg( error.toString() ); |
|
|
} |
|
|
QgsDebugMsg( QStringLiteral( "****************************************" ) ); |
|
@@ -89,4 +90,3 @@ int main( int argc, char *argv[] ) |
|
|
|
|
|
return app.exec(); |
|
|
} |
|
|
|