Get the time that this module was last edited \return The `std::time_t` at which it was last edited
| 99 | /// Get the time that this module was last edited |
| 100 | /// \return The `std::time_t` at which it was last edited |
| 101 | std::time_t lastEditTime() const { return mLastEditTime; } |
| 102 | |
| 103 | /// Update the last edit time, signifying that it's been edited |
| 104 | /// \param newLastEditTime The new time, or current time for default |