Below is the code and the error ,i am not able to get the reason for it,this is not in anyway necessary but it looks good and effiecient and above all now i have a oppurtunity to see how much can it misbehave so i am using it 
View
void height(int heightValue)
{
myScene->height(heightValue);
}
void height(int heightValue)
{
myScene->height(heightValue);
}
To copy to clipboard, switch view to plain text mode
Scene
private:
int heightValue;
void height(int heightValue)
{
this.heightValue = heightValue;
}
private:
int heightValue;
void height(int heightValue)
{
this.heightValue = heightValue;
}
To copy to clipboard, switch view to plain text mode
Bookmarks