forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user