##// END OF EJS Templates
removed qVariantToString() which was never used...
florianlink -
r105:fc90553f35a3
parent child
Show More
@@ -1145,11 +1145,6 int PythonQtConv::getInnerTemplateMetaType(const QByteArray& typeName)
1145 }
1145 }
1146
1146
1147
1147
1148
1149 QString PythonQtConv::qVariantToString(const QVariant& v) {
1150 return CPPObjectToString(v.userType(), v.constData());
1151 }
1152
1153 QString PythonQtConv::CPPObjectToString(int type, const void* data) {
1148 QString PythonQtConv::CPPObjectToString(int type, const void* data) {
1154 QString r;
1149 QString r;
1155 switch (type) {
1150 switch (type) {
General Comments 0
You need to be logged in to leave comments. Login now