unfortunately this is still needed

This commit is contained in:
Marco Martin 2011-09-16 19:19:12 +02:00
parent 27c857db82
commit 734d0e15df

View File

@ -40,7 +40,7 @@ DataSource::DataSource(QObject* parent)
connect(this, SIGNAL(engineChanged()),
this, SLOT(setupData()));
connect(this, SIGNAL(connectedSourcesChanged()),
this, SLOT(setupData()));
this, SLOT(setupData()), Qt::QueuedConnection);
connect(this, SIGNAL(intervalChanged()),
this, SLOT(setupData()));
}