unfortunately this is still needed
This commit is contained in:
parent
27c857db82
commit
734d0e15df
@ -40,7 +40,7 @@ DataSource::DataSource(QObject* parent)
|
|||||||
connect(this, SIGNAL(engineChanged()),
|
connect(this, SIGNAL(engineChanged()),
|
||||||
this, SLOT(setupData()));
|
this, SLOT(setupData()));
|
||||||
connect(this, SIGNAL(connectedSourcesChanged()),
|
connect(this, SIGNAL(connectedSourcesChanged()),
|
||||||
this, SLOT(setupData()));
|
this, SLOT(setupData()), Qt::QueuedConnection);
|
||||||
connect(this, SIGNAL(intervalChanged()),
|
connect(this, SIGNAL(intervalChanged()),
|
||||||
this, SLOT(setupData()));
|
this, SLOT(setupData()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user