| 238 | |
| 239 | |
| 240 | ptrdiff_t WizStrRStrI_Pos(const CString& strText, const CString& strFind, ptrdiff_t nEnd = -1) |
| 241 | { |
| 242 | return strText.lastIndexOf(strFind, nEnd, Qt::CaseInsensitive); |
| 243 | } |
| 244 | |
| 245 | |
| 246 | QString WizGetHtmlContentHiddenTagBegin() |
no outgoing calls
no test coverage detected