queued connection is not necessary anymore
all data is checked for possible roles now
This commit is contained in:
parent
e18e08c2f1
commit
ccc5bf7b90
@ -40,7 +40,7 @@ DataSource::DataSource(QObject* parent)
|
||||
connect(this, SIGNAL(engineChanged()),
|
||||
this, SLOT(setupData()));
|
||||
connect(this, SIGNAL(connectedSourcesChanged()),
|
||||
this, SLOT(setupData()), Qt::QueuedConnection);
|
||||
this, SLOT(setupData()));
|
||||
connect(this, SIGNAL(intervalChanged()),
|
||||
this, SLOT(setupData()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user