pgLab/pglablib/codebuilder/StringEscapeRule.cpp

9 lines
176 B
C++
Raw Normal View History

#include "StringEscapeRule.h"
/**
*/
2021-03-06 13:13:31 +01:00
QString convert(QStringView in, ConvertToNumericEscape conversion, NumericEscapeFormat format, QString prefix)
{
2021-03-06 13:13:31 +01:00
return "TODO";
}