mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix test
This commit is contained in:
parent
3a89b5505b
commit
c6e349914e
@ -33,7 +33,8 @@ class ReplayNmeaConnection : public QgsNmeaConnection
|
||||
{
|
||||
mBuffer = new QBuffer();
|
||||
setSource( mBuffer );
|
||||
Q_ASSERT( connect() );
|
||||
bool ok = connect();
|
||||
Q_ASSERT( ok );
|
||||
}
|
||||
|
||||
QgsGpsInformation push( const QString &message )
|
||||
|
Loading…
x
Reference in New Issue
Block a user