Hi,
I am using Qt 5.3.1 and Visual studio 2013. When I am initializing QStringList using initializer list then it is giving error.
For ex. When I am doing this :
QStringList {‘a’, ‘b’ , ‘c’}; then I am getting following error:
error C2440: ‘<function-style-cast>’ : cannot convert from ‘initializer-list’ to ‘QStringList’.
It was working fine with Qt 5.2.
Do any one is having idea about this?
↧