Changeset 10764
- Timestamp:
- 05/20/11 13:24:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/MainWindow.cc
r10752 r10764 74 74 void MainWindow::slot_TimeUpdate() 75 75 { 76 fUTC->setDateTime(QDateTime::currentDateTimeUtc()); 76 // Used toTUC to support also older Qt versions 77 fUTC->setDateTime(QDateTime::currentDateTime().toUTC()); 77 78 } 78 79
Note:
See TracChangeset
for help on using the changeset viewer.