2037 |
2037 |
2038 @param project reference to the project object |
2038 @param project reference to the project object |
2039 @param interval check interval for the monitor thread in seconds (integer) |
2039 @param interval check interval for the monitor thread in seconds (integer) |
2040 @return reference to the monitor thread (QThread) |
2040 @return reference to the monitor thread (QThread) |
2041 """ |
2041 """ |
2042 return SvnStatusMonitorThread(interval, project.ppath, self) |
2042 return SvnStatusMonitorThread(interval, project, self) |