[Qt-interest] Who know Qt 4.7 exact release date?
Oliver.Knoll at comit.ch
Oliver.Knoll at comit.ch
Tue Jun 8 15:15:31 CEST 2010
Wei Song wrote on Tuesday, June 08, 2010 12:28 PM:
> Anybody know the Qt 4.7 exact release date?
QDateTime FortuneTeller::tellMeExactReleaseDateOf(SoftwareProduct softwareProduct) {
Q_UNUSED(softwareProduct);
QDateTime result;
QDateTime currentDateTime = QDateTime::currentTime();
qsrand(currentDateTime .toTime_t());
int exactDaysFromNowOn = qrand();
// magic offset applied - required for marketing hype!
result = currentDateTime.addDays(exactDaysFromNowOn + 42);
return result;
}
The Good Thing(tm) from above method: it can be applied to /any/ software product release date! Even for hardware release dates! With slight modifications it can also be made suitable for market predictions and stock prices!
Glad I could help! ;)
Cheers, Oliver
--
Oliver Knoll
Dipl. Informatik-Ing. ETH
COMIT AG - ++41 79 520 95 22
More information about the Qt-interest-old
mailing list