https://bugs.kde.org/show_bug.cgi?id=404599

Wolfgang Bauer <wba...@tmo.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #6 from Wolfgang Bauer <wba...@tmo.at> ---
*Nearly* fixed, but there is one error left:

/home/abuild/rpmbuild/BUILD/kdb-3.1.91/src/tools/KDbUtils.cpp: In function
'QDateTime KDbUtils::stringToHackedQTime(const QString&)':
/home/abuild/rpmbuild/BUILD/kdb-3.1.91/src/tools/KDbUtils.cpp:203:59: error:
'ISODateWithMs' is not a member of 'Qt'
     return QDateTime(QDate(0, 1, 2), QTime::fromString(s, Qt::ISODateWithMs));
                                                           ^
Changing that line to use the corresponding new function
(KDbUtils::timeFromISODateStringWithMs(s) ) makes it compile successfully, so
this is really the last one... ;-)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to