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