MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isProject

Method isProject

Engine/Project.h:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 bool getLockFileInfos(const QString& projectPath, const QString& projectName, QString* authorName, QString* lastSaveDate, QString* host, qint64* appPID) const;
213
214 virtual bool isProject() const OVERRIDE
215 {
216 return true;
217 }
218
219 /**
220 * @brief Returns the user environment variables for the project

Callers 1

tableChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected