Skip to content

Commit 51c655a

Browse files
committed
fix warning
1 parent c9b44aa commit 51c655a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgisapp.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -9906,6 +9906,7 @@ void QgisApp::namSslErrors( QNetworkReply *reply, const QList<QSslError> &errors
99069906

99079907
void QgisApp::namRequestTimedOut( QNetworkReply *reply )
99089908
{
9909+
Q_UNUSED( reply );
99099910
QLabel *msgLabel = new QLabel( tr( "A network request timed out, any data received is likely incomplete." ) +
99109911
tr( " Please check the <a href=\"#messageLog\">message log</a> for further info." ), messageBar() );
99119912
msgLabel->setWordWrap( true );

0 commit comments

Comments
 (0)