Home
last modified time | relevance | path

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

/dports/graphics/kolourpaint/kolourpaint-21.12.3/layers/selections/text/
H A DkpPreeditText.cpp32 bool attributeLessThan (const QInputMethodEvent::Attribute &a1, const QInputMethodEvent::Attribute … in attributeLessThan() function
76 std::sort(m_textFormatList.begin(), m_textFormatList.end(), attributeLessThan); in kpPreeditText()