Update the last edit time, signifying that it's been edited \param newLastEditTime The new time, or current time for default
| 103 | /// Update the last edit time, signifying that it's been edited |
| 104 | /// \param newLastEditTime The new time, or current time for default |
| 105 | void updateLastEditTime(std::time_t newLastEditTime = std::time(nullptr)) { |
| 106 | mLastEditTime = newLastEditTime; |
| 107 | } |
| 108 | |
| 109 | private: |
| 110 | boost::filesystem::path mFullName; |
no outgoing calls
no test coverage detected