X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FApplication.h;h=26fad07e8465c362eb25f4bd1522cb716fef921c;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=b321052ddb7661255d7d76585dc75e468b8daf4b;hpb=489dca71cd99bbc78780fa40311a2eb042c0320e;p=lyx.git diff --git a/src/frontends/Application.h b/src/frontends/Application.h index b321052ddb..26fad07e84 100644 --- a/src/frontends/Application.h +++ b/src/frontends/Application.h @@ -251,6 +251,8 @@ public: /// A started long operation is still in progress ? virtual bool longOperationStarted() = 0; + // Add a buffer to the current view, do not switch to it. + virtual bool unhide(Buffer * buf) = 0; }; /// Return the list of loadable formats.