PDA

View Full Version : 'private slots: ' what kind of syntax is that?



wgan
9th March 2010, 12:02
ok i'm a newbie, i just can't quite figure out what kind of syntax qt uses on this one? i dont recall it's part of standard c++ grammar and it doesn't look like a macro either

Lykurg
9th March 2010, 12:45
Read about Signal and Slots in the Qt documentation. (And we have a newbie section...) "signal" is part of the signal-slot-syntax.

wysota
9th March 2010, 12:48
...and it's a macro from technical point of view.