summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/trafficinfo/stationdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/trafficinfo/stationdialog.cpp')
-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