X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetInclude.h;h=69c778e2723d84db5281a1c74644886a8a08867a;hb=ebc2b1295a0464dde6c20a09ddc249c463a21c79;hp=9ecaf42e7e0eaa97f7bef74304d02bf2a73c01f1;hpb=f479c5e8c74a1057e7f000500280741a2282e843;p=lyx.git diff --git a/src/insets/InsetInclude.h b/src/insets/InsetInclude.h old mode 100644 new mode 100755 index 9ecaf42e7e..69c778e272 --- a/src/insets/InsetInclude.h +++ b/src/insets/InsetInclude.h @@ -137,6 +137,8 @@ private: void editIncluded(std::string const & file); /// bool isChildIncluded() const; + /// check whether the included file exist + bool includedFileExist() const; /// \name Private functions inherited from Inset class //@{ @@ -170,6 +172,7 @@ private: mutable docstring listings_label_; InsetLabel * label_; mutable Buffer * child_buffer_; + mutable bool file_exist_; };