Plugins/VcsPlugins/vcsPySvn/subversion.py

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

eric ide

mercurial