Skip to content

Commit

Permalink
Update qgsgpsinformationwidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bettellam committed Dec 8, 2022
1 parent 94874a0 commit 4d69ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gps/qgsgpsinformationwidget.cpp
Expand Up @@ -353,7 +353,7 @@ void QgsGpsInformationWidget::gpsDisconnected()
mTxtQuality->clear();
mTxtSatellitesUsed->clear();
mTxtStatus->clear();

// Clear Plot Signal data
QVector<QPointF> data;
mCurve->setSamples( data );
Expand Down

0 comments on commit 4d69ca1

Please sign in to comment.