]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiLog.h
No need (any longer?) to create a new view for lyxfiles-open
[lyx.git] / src / frontends / qt / GuiLog.h
index dc143f1ea70303a6bbd434cc1936be98139757b9..0ceb8d5d2c6a5bbb7dc463620482084f6015ce85 100644 (file)
@@ -67,9 +67,9 @@ private:
        /// put the log file into the ostream
        void getContents(std::ostream & ss) const;
        /// go to the next occurrence of the RegExp
-       void goTo(QRegExp const & exp) const;
+       void goTo(QRegularExpression const & exp) const;
        /// does the document after cursor position contain the RegExp?
-       bool contains(QRegExp const & exp) const;
+       bool contains(QRegularExpression const & exp) const;
 
 private:
        /// Recognized log file-types