]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/qt_helpers.h
Implement CiteItem in the chain
[lyx.git] / src / frontends / qt4 / qt_helpers.h
index 5574212c26382cfba5f965e7a1b5677c8cc56e25..9569d90f82e5ae3930567489eff5414c70e4f5b1 100644 (file)
@@ -231,6 +231,11 @@ private:
 #endif
 
 
+// Check if qstr is understood as rich text (Qt HTML) and if so, produce a
+// rendering in plain text.
+QString qtHtmlToPlainText(QString const & qstr);
+
+
 } // namespace lyx
 
 #endif // QTHELPERS_H