Compiler Error : use of undefined type ' '
Unsolved
General and Desktop
-
Hi Community,
I get the following compiler error
C2027: use of undefined type 'QMap <QString,QVariant>' from qvariant.hAny idea what i have failed to add ?
Regards,
Vinoth R -
Hi Community,
I get the following compiler error
C2027: use of undefined type 'QMap <QString,QVariant>' from qvariant.hAny idea what i have failed to add ?
Regards,
Vinoth R@vinothrajendran4 Did you include QMap?
#include <QMap>
You should show the code causing this error.