Use static method instead of a constructor for random Uuids.

This commit is contained in:
Felix Geyer 2010-08-14 12:44:55 +02:00
parent d8b21c8b04
commit a3211872e0
3 changed files with 8 additions and 10 deletions

View file

@ -19,6 +19,7 @@
TimeInfo::TimeInfo()
{
m_expires = false;
}
QDateTime TimeInfo::lastModificationTime() const