queued connection is not necessary anymore

all data is checked for possible roles now
This commit is contained in:
Marco Martin 2011-09-15 21:06:05 +02:00
parent e18e08c2f1
commit ccc5bf7b90

View File

@ -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()));
}