Fix accented characters within SVG symbol

This commit is contained in:
WandererFan
2016-11-01 08:34:44 -04:00
parent b548d7148e
commit 54bd97c4f4
4 changed files with 27 additions and 7 deletions

View File

@@ -24,6 +24,9 @@
#define _DrawUtil_h_
#include <string>
#include <QString>
#include <QByteArray>
#include <TopoDS.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Edge.hxx>
@@ -51,6 +54,7 @@ class TechDrawExport DrawUtil {
static void countWires(const char* label, const TopoDS_Shape& s);
static void countEdges(const char* label, const TopoDS_Shape& s);
static const char* printBool(bool b);
static QString qbaToDebug(const QByteArray& line);
};
} //end namespace TechDraw