diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f27a447aa6..4fc7e15e98 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2011-06-19 08:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtcore/qth/HBQString.qth + * contrib/hbqt/qtcore/qth/QByteArray.qth + ! Commented out: duplicate ( from Harbour's POW ) function + calls which were generating warnings "Unreachable code". + 2011-06-19 11:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_pointer.cpp + added TOFIX to strtok() calls diff --git a/harbour/contrib/hbqt/qtcore/qth/HBQString.qth b/harbour/contrib/hbqt/qtcore/qth/HBQString.qth index 57b32941da..8b41dbd5e9 100644 --- a/harbour/contrib/hbqt/qtcore/qth/HBQString.qth +++ b/harbour/contrib/hbqt/qtcore/qth/HBQString.qth @@ -120,7 +120,7 @@ int count ( const QString & str, Qt::CaseSensitivity cs = Qt::CaseSensitive ) co int count ( QChar ch, Qt::CaseSensitivity cs = Qt::CaseSensitive ) const int count ( const QRegExp & rx ) const int count () const -QChar * data () +//QChar * data () const QChar * data () const //iterator end () //const_iterator end () const diff --git a/harbour/contrib/hbqt/qtcore/qth/QByteArray.qth b/harbour/contrib/hbqt/qtcore/qth/QByteArray.qth index 54ecb22cef..bb298e7ed1 100644 --- a/harbour/contrib/hbqt/qtcore/qth/QByteArray.qth +++ b/harbour/contrib/hbqt/qtcore/qth/QByteArray.qth @@ -77,7 +77,7 @@ int count ( const QByteArray & ba ) const int count ( const char * str ) const int count ( char ch ) const int count () const -char * data () +// char * data () const char * data () const bool endsWith ( const QByteArray & ba ) const bool endsWith ( const char * str ) const