1819 |
1819 |
1820 @param project reference to the project object |
1820 @param project reference to the project object |
1821 @param interval check interval for the monitor thread in seconds (integer) |
1821 @param interval check interval for the monitor thread in seconds (integer) |
1822 @return reference to the monitor thread (QThread) |
1822 @return reference to the monitor thread (QThread) |
1823 """ |
1823 """ |
1824 return SvnStatusMonitorThread(interval, project.ppath, self) |
1824 return SvnStatusMonitorThread(interval, project, self) |