From d89ac7b04ccb3cd54de734f5ea2bb41fc32f0855 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Mon, 20 Jun 2011 00:12:19 +0000 Subject: [PATCH] 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". --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbqt/qtcore/qth/QStringList.qth | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0eb5dccdaa..97c1f95051 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbqt/qtcore/qth/QStringList.qth b/harbour/contrib/hbqt/qtcore/qth/QStringList.qth index 5501fa2a79..1b332faf6e 100644 --- a/harbour/contrib/hbqt/qtcore/qth/QStringList.qth +++ b/harbour/contrib/hbqt/qtcore/qth/QStringList.qth @@ -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 mid ( int pos, int length = -1 ) const