|
|
|
@ -1512,7 +1512,7 @@ static bool receiveQtObject( const TQCString &objId, const TQCString &fun, const
|
|
|
|
|
TQStrList lst = o->metaObject()->slotNames( true );
|
|
|
|
|
int i = 0;
|
|
|
|
|
for ( TQPtrListIterator<char> it( lst ); it.current(); ++it ) {
|
|
|
|
|
if ( o->metaObject()->slot( i++, true )->tqt_mo_access != TQMetaData::Public )
|
|
|
|
|
if ( o->metaObject()->slot( i++, true )->access != TQMetaData::Public )
|
|
|
|
|
continue;
|
|
|
|
|
TQCString slot = it.current();
|
|
|
|
|
if ( slot.contains( "()" ) ) {
|
|
|
|
|