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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user