I have been creating an QT application butstruck in a place. I have created own custom scene class deriving from QGraphicsScene from where I add my items like car,bus etc to the screen .
I was playing around with variadic templates (gcc 4.5) and hit this problem : template <typename... Args>