Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 203209 | Differences between
and this patch

Collapse All | Expand All

(-)qt-x11-free-3.3.8.orig/src/tools/qdatetime.cpp (-1 / +1 lines)
Lines 2485-2491 Link Here
2485
	    return dt;
2485
	    return dt;
2486
	}
2486
	}
2487
#endif
2487
#endif
2488
	int day = s.mid( firstSpace + 4, 2 ).simplifyWhiteSpace().toInt();
2488
	int day = s.mid( firstSpace + 5, 2 ).simplifyWhiteSpace().toInt();
2489
	int year = s.right( 4 ).toInt();
2489
	int year = s.right( 4 ).toInt();
2490
	QDate date( year, month, day );
2490
	QDate date( year, month, day );
2491
	QTime time;
2491
	QTime time;

Return to bug 203209