]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiCompare.h
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / GuiCompare.h
index 649ba5c1553693513511c13d4d9de3836cdd5e0f..e71a13139ebbfa0e928e1453241bd7b07c0968e8 100644 (file)
@@ -85,7 +85,8 @@ private:
        Buffer const * bufferFromFileName(std::string const & file) const;
 
        /// create the compare object and run the comparison
-       int run();
+       ///  if blocking_mode is true, run should execute so that the caller can block to wait for the results
+       int run(bool blocking_mode = false);
 
 private:
        /// the object that will do the comparison