summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/trafficinfo
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2009-06-11 17:08:21 +0200
committerMarkus Goetz <Markus.Goetz@nokia.com>2009-06-11 17:08:21 +0200
commita982f7f4fa9b406c2736adf47752587691828ab4 (patch)
treec0ad222bfa068cb48e96b509e00528e5a29c960d /examples/xmlpatterns/trafficinfo
parent41df2299dad9041b690f28251ba6381563cd3c6b (diff)
downloadqt4-tools-a982f7f4fa9b406c2736adf47752587691828ab4.tar.gz
Trafficinfo example: One more asynchronous call
Task-number: 254455
Diffstat (limited to 'examples/xmlpatterns/trafficinfo')
-rw-r--r--examples/xmlpatterns/trafficinfo/stationdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/trafficinfo/stationdialog.cpp b/examples/xmlpatterns/trafficinfo/stationdialog.cpp
index 54ed904a5c..6c3846bb05 100644
--- a/examples/xmlpatterns/trafficinfo/stationdialog.cpp
+++ b/examples/xmlpatterns/trafficinfo/stationdialog.cpp
@@ -125,7 +125,7 @@ StationDialog::StationDialog(const QString &name, const QStringList &lineNumbers
m_ui.m_line4->setText(lineNumbers.at(i));
}
- searchStations();
+ QMetaObject::invokeMethod(this, SLOT(searchStations()), Qt::QueuedConnection);
}
StationInformation StationDialog::selectedStation() const