Home
last modified time | relevance | path

Searched refs:escapedCtxt (Results 1 – 1 of 1) sorted by relevance

/dports/devel/lokalize/lokalize-21.12.3/src/tm/
H A Djobs.cpp437 QString escapedCtxt = escape(ctxt); in doInsertEntry() local
495 … (escapedCtxt.isEmpty() ? QStringLiteral(" ISNULL") : QString("='" + escapedCtxt + '\''))))) { in doInsertEntry()