Home
last modified time | relevance | path

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

/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklflib.h101 inline void setCategory(const QString& s) { setProperty(Category, normalizeCategoryPath(s)); } in setCategory()
132 static QString normalizeCategoryPath(const QString& categoryPath);
H A Dklflib.cpp202 QString KLFLibEntry::normalizeCategoryPath(const QString& categoryPath) in normalizeCategoryPath() function in KLFLibEntry
H A Dklflibview.cpp792 QString c = KLFLibEntry::normalizeCategoryPath(noderef.fullCategoryPath); in fetchMore()