2011-06-19 17:09 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtcore/qth/QStringList.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-20 00:12:19 +00:00
parent 6eb02cf191
commit d89ac7b04c
2 changed files with 8 additions and 3 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-06-19 17:09 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/qth/QStringList.qth
! Commented out: duplicate ( from Harbour's POW ) function
calls which were generating warnings "Unreachable code".
2011-06-20 02:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/idemain.prg
! fixed to show the same encoding name as selected from menu

View File

@@ -68,12 +68,12 @@ QString & at ( int i ) const
QString & back ()
int count ( const QString & value ) const
bool endsWith ( const QString & value ) const
QString & first ()
//QString & first ()
const QString & first () const
QString & front ()
//QString & front ()
const QString & front () const
void insert ( int i, const QString & value )
QString & last ()
//QString & last ()
const QString & last () const
//QList<QString> mid ( int pos, int length = -1 ) const