Plugins/VcsPlugins/vcsSubversion/subversion.py

changeset 248
f4561c24989a
parent 169
a03768260179
child 418
a13fe26c57a4
equal deleted inserted replaced
247:b3da30a52337 248:f4561c24989a
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)

eric ide

mercurial