PDA

View Full Version : QVariant error



zgulser
16th April 2012, 00:32
Hi,

I just updated my qt version 4.4 to 4.8 and vs 2005 to vs 2010. After this migration, I faced with the following error;


Error 37 error C2248: 'QVariant::QVariant' : cannot access private member declared in class 'QVariant' ...


What's it actually? I didn't get this error before migration.

Any ideas?

ChrisW67
16th April 2012, 01:46
It's an error associated with some of your code. Since we cannot see your code or the context of the error it will be hard to tell you more.