We should not use leading underscores in identifiers….

As these are reserved for the library writers ;-)

int
Gnutella::Bootstrapping::PongHandler::qt_metacall( QMetaObject::Call _c,
                                                   int _id, void **_a )
{
    _id = QObject::qt_metacall( _c, _id, _a );
    if ( _id c instead of _c )

—- cheers atul

 

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: We should not use leading underscores in identifiers….
Hi Atul, this piece of code comes from a moc_ file. These are generated by Qt's moc (Meta Object Compiler) and make signals and slots work. So we don't really (more...)