diff options
author | David Boddie <dboddie@trolltech.com> | 2009-03-26 15:50:37 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-03-26 15:50:37 (GMT) |
commit | 0e459b6b5a4a8d900c675cdcb5312535de2fe535 (patch) | |
tree | e94438805d685e4b459f4dd0f4b06d17117bd48b /examples | |
parent | 7fe9bdb1be6b20c351ff0bd34aff2b1cc8b50323 (diff) | |
parent | 6bcf2ca6645409ffa1aaadd1bd302c6e86b5b028 (diff) | |
download | Qt-0e459b6b5a4a8d900c675cdcb5312535de2fe535.zip Qt-0e459b6b5a4a8d900c675cdcb5312535de2fe535.tar.gz Qt-0e459b6b5a4a8d900c675cdcb5312535de2fe535.tar.bz2 |
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'examples')
-rw-r--r-- | examples/xmlpatterns/trafficinfo/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmlpatterns/trafficinfo/mainwindow.cpp b/examples/xmlpatterns/trafficinfo/mainwindow.cpp index c4ca731..1f754d5 100644 --- a/examples/xmlpatterns/trafficinfo/mainwindow.cpp +++ b/examples/xmlpatterns/trafficinfo/mainwindow.cpp @@ -71,7 +71,7 @@ MainWindow::MainWindow() QTimer *timer = new QTimer(this); connect(timer, SIGNAL(timeout()), this, SLOT(updateTimeInformation())); - timer->start(1000*60); + timer->start(1000*60*5); const QSettings settings("Qt Software", "trafficinfo"); m_station = StationInformation(settings.value("stationId", "03012130").toString(), |