Hi guys!

We encountered error in compiling our code in Qt 4.8.4 and Qt 4.7.4.

This portion of our code gives error in 4.8.4 but works good in 4.7.4:

.cpp
void Functiontry::functionparamnoreturn(int paramtry)
{
return;
}


Can someone help me solving this issue and also explain why is this happening.


Thanks in Advance Guys!

Happy New Year!