| 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 |