Home
last modified time | relevance | path

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

/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/ReportsWidgets/
H A DStylesInCSSFilesWidget.cpp178 QHashIterator<QString, QStringList> it_stylesheet_styles(stylesheet_styles); in Delete() local
180 while (it_stylesheet_styles.hasNext()) { in Delete()
181 it_stylesheet_styles.next(); in Delete()
182 style_names += "\n\n" + it_stylesheet_styles.key() + ": " "\n"; in Delete()
183 foreach(QString name, it_stylesheet_styles.value()) { in Delete()