X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.h;h=78ccbd4725d5ebe9404271bfed549b627ca59791;hb=1cdd5fcb6f76ef8066707c521eef0c01cead00dd;hp=3dbf5579719900473e755ce18233aae9c450eaba;hpb=04e6076ebb889a3215eaa4ff5cb200822611185c;p=lyx.git diff --git a/src/VCBackend.h b/src/VCBackend.h index 3dbf557971..78ccbd4725 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -176,6 +176,7 @@ public: protected: virtual void scanMaster(); private: + bool getRevisionInfo(); /** * The version of the VC file. I am not sure if this can be a * string or if it must be a float/int. @@ -183,6 +184,12 @@ private: std::string version_; /// The user currently keeping the lock on the VC file (or "Unlocked"). std::string locker_; + /// Cache for revision info. + std::string rev_date_cache_; + /// + std::string rev_time_cache_; + /// + std::string rev_author_cache_; };