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