mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Sumo: Fix incorrect signal-slot connection.
This commit is contained in:
parent
12069ca80a
commit
123f6fdcfa
@ -514,7 +514,7 @@ QByteArray RiaSumoConnector::requestParquetDataBlocking( const SumoCaseId& caseI
|
||||
QTimer timer;
|
||||
timer.setSingleShot( true );
|
||||
QObject::connect( &timer, SIGNAL( timeout() ), &eventLoop, SLOT( quit() ) );
|
||||
QObject::connect( &timer, SIGNAL( parquetDownloadFinished( const QByteArray&, const QString& ) ), &eventLoop, SLOT( quit() ) );
|
||||
QObject::connect( this, SIGNAL( parquetDownloadFinished( const QByteArray&, const QString& ) ), &eventLoop, SLOT( quit() ) );
|
||||
|
||||
requestBlobDownload( blobId );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user