diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2b366308ce..a1dc7452fa 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-11-17 10:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtcore/qth/QLibraryInfo.qth + - Deleted: QLibraryInfo::buildDate() method call. + 2011-11-17 10:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QLibraryInfo.qth ! Guarded: QLibraryInfo::buildDate() to be avialble diff --git a/harbour/contrib/hbqt/qtcore/qth/QLibraryInfo.qth b/harbour/contrib/hbqt/qtcore/qth/QLibraryInfo.qth index 0fe71c430a..8e9ccfdcd9 100644 --- a/harbour/contrib/hbqt/qtcore/qth/QLibraryInfo.qth +++ b/harbour/contrib/hbqt/qtcore/qth/QLibraryInfo.qth @@ -45,11 +45,6 @@ enum LibraryLocation { PrefixPath, DocumentationPath, HeadersPath, LibrariesPath -QDate buildDate (){ -#if QT_VERSION >= 0x040600 - hbqt_create_objectGC( hbqt_gcAllocate_QDate( new QDate( QLibraryInfo::buildDate() ), true ) , "HB_QDATE" ); -#endif -} QString buildKey (){ hb_retstr_utf8( QLibraryInfo::buildKey().toUtf8().data() ); }