pgLab/pglablib/codebuilder/StringEscapeRule.cpp
2021-03-06 13:13:31 +01:00

8 lines
176 B
C++

#include "StringEscapeRule.h"
/**
*/
QString convert(QStringView in, ConvertToNumericEscape conversion, NumericEscapeFormat format, QString prefix)
{
return "TODO";
}