Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
You might want to change "const XXX" into "XXX const" is you don't want Lars to shout at you...

i think i did that once with a slot in order to respect qt's convention, don't know whether that is necessary though...

I think it's not, both convention are understood by the compiler.

Historically, that's not been true of moc which has (used to have) trouble connecting slots (const XXX) to signals (XXX const).

But do you know if it's OK now with Qt4? I think I have tried both in the past without problems but I am not sure. What kind of trouble was that anyway? Crash, errors or silence?

Abdel.

Reply via email to