[App]add isEmpty method to PropertyFileIncluded

- for consistency with PropertyFile
This commit is contained in:
wandererfan
2020-01-10 12:49:04 -05:00
committed by WandererFan
parent 594786847e
commit 58db711ff5

View File

@@ -111,6 +111,8 @@ public:
std::string getExchangeTempFile(void) const;
std::string getOriginalFileName(void) const;
bool isEmpty(void){return _cValue.empty();}
protected:
// get the transient path if the property is in a DocumentObject
std::string getDocTransientPath(void) const;