MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / rawStringTokens

Method rawStringTokens

src/Editor/LanguageRepository.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53QPair<QString, QString> LanguageRepository::rawStringTokens() const
54{
55 QPair<QString, QString> res;
56 res.first = obj["rawStringTokens"].toArray()[0].toString();
57 res.second = obj["rawStringTokens"].toArray()[1].toString();
58 return res;
59}
60
61QRegExp LanguageRepository::singleLineCommentRegEx() const
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected