From 734d0e15df436f2b473a7c7a5c3dc6a06c921ff1 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 16 Sep 2011 19:19:12 +0200 Subject: [PATCH] unfortunately this is still needed --- declarativeimports/core/datasource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/core/datasource.cpp b/declarativeimports/core/datasource.cpp index 661851382..f67a28460 100644 --- a/declarativeimports/core/datasource.cpp +++ b/declarativeimports/core/datasource.cpp @@ -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())); }