Debugger simple test case testQDateTime

Make the changes in the L&W more apparent and also add a comment to step

Change-Id: I17fca560558fc266f8030c52f87fc81661f9fd02
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Daniel Teske
2012-04-13 13:13:04 +02:00
committed by hjk
parent 49ab5e51fd
commit aa1d7b25e1

View File

@@ -674,9 +674,10 @@ namespace qdatetime {
// Check date.toUTC QDateTime.
// Continue.
// Step, check display
date = QDateTime::currentDateTime();
date = date.addSecs(5);
date = date.addSecs(5);
date = date.addDays(5);
date = date.addDays(5);
dummyStatement(&date);
}