]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.h
Remove unused code.
[lyx.git] / src / frontends / Application.h
index 0bba5cea55a94320e467c7c1f7a87d109c2e26a3..0609f90396fab18d232b31af8ab6ce150cf71714 100644 (file)
@@ -246,6 +246,8 @@ public:
        virtual bool longOperationCancelled() = 0;
        /// Stop the long operation mode (i.e., release the GUI)
        virtual void stopLongOperation() = 0;
+       /// A started long operation is still in progress ?
+       virtual bool longOperationStarted() = 0;
 
 };