]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiLog.h
Fix readability
[lyx.git] / src / frontends / qt / GuiLog.h
index cd62390fc24514f721448e3805b718b271f67246..0ceb8d5d2c6a5bbb7dc463620482084f6015ce85 100644 (file)
@@ -66,17 +66,10 @@ private:
        docstring title() const;
        /// put the log file into the ostream
        void getContents(std::ostream & ss) const;
-#if QT_VERSION < 0x060000
-       /// go to the next occurrence of the RegExp
-       void goTo(QRegExp const & exp) const;
-       /// does the document after cursor position contain the RegExp?
-       bool contains(QRegExp const & exp) const;
-#else
        /// go to the next occurrence of the RegExp
        void goTo(QRegularExpression const & exp) const;
        /// does the document after cursor position contain the RegExp?
        bool contains(QRegularExpression const & exp) const;
-#endif
 
 private:
        /// Recognized log file-types