2011-11-17 10:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtcore/qth/QLibraryInfo.qth
    - Deleted: QLibraryInfo::buildDate() method call.
This commit is contained in:
Pritpal Bedi
2011-11-17 23:15:59 +00:00
parent f02efc4f69
commit cb71a1875b
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -45,11 +45,6 @@ enum LibraryLocation { PrefixPath, DocumentationPath, HeadersPath, LibrariesPath
</ENUMS>
<PROTOS>
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() );
}