From 37b043679c81622d63d8dd8e7956afbabb9a1c32 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Sat, 26 May 2012 01:39:34 +0000 Subject: [PATCH] 2012-05-25 18:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QObject.qth + Uncommented: method QList children() const. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/qtcore/qth/QObject.qth | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8d52f414a5..cd8fe12618 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-05-25 18:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtcore/qth/QObject.qth + + Uncommented: method QList children() const. + 2012-05-25 00:12 UTC+0200 Francesco Perillo (fperillo at gmail.com) * Changelog * Mispelled name corrected diff --git a/harbour/contrib/hbqt/qtcore/qth/QObject.qth b/harbour/contrib/hbqt/qtcore/qth/QObject.qth index 964e41d1b8..102c567d51 100644 --- a/harbour/contrib/hbqt/qtcore/qth/QObject.qth +++ b/harbour/contrib/hbqt/qtcore/qth/QObject.qth @@ -39,7 +39,7 @@ HB_FUNC( QT_QOBJECT ) bool blockSignals ( bool block ) -// const QObjectList & children () const +QList children () const // bool connect ( const QObject * sender, const char * signal, const char * method, Qt::ConnectionType type = Qt::AutoConnection ) const // bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * method = 0 ) // bool disconnect ( const QObject * receiver, const char * method = 0 )