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".
This commit is contained in:
Pritpal Bedi
2011-06-19 15:08:05 +00:00
parent 9ab0dd495f
commit 19bcab457b
3 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

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