2012-05-25 18:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtcore/qth/QObject.qth
    + Uncommented: method QList<QObject*> children() const.
This commit is contained in:
Pritpal Bedi
2012-05-26 01:39:34 +00:00
parent d4bed9d9ec
commit 37b043679c
2 changed files with 5 additions and 1 deletions

View File

@@ -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<QObject*> children() const.
2012-05-25 00:12 UTC+0200 Francesco Perillo (fperillo at gmail.com)
* Changelog
* Mispelled name corrected

View File

@@ -39,7 +39,7 @@ HB_FUNC( QT_QOBJECT )
<PROTOS>
bool blockSignals ( bool block )
// const QObjectList & children () const
QList<QObject*> 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 )