diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:41:07 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-01 03:30:37 +0200 |
commit | 287d452c9719743954f1cd9aa55b884f60da1d62 (patch) | |
tree | eb8fd2fc0785f7df32d803366b71e6fd4e7c6ec6 /src/svnqt/client_impl.hpp | |
parent | 1c43f2ded812af067b99c191dd54f7a3fd5365b0 (diff) | |
download | tdesvn-287d452c9719743954f1cd9aa55b884f60da1d62.tar.gz tdesvn-287d452c9719743954f1cd9aa55b884f60da1d62.zip |
Remove additional unneeded tq method conversions
(cherry picked from commit dc141e9d18c39ec57f42d6c5df1a67a365c407f8)
Diffstat (limited to 'src/svnqt/client_impl.hpp')
-rw-r--r-- | src/svnqt/client_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnqt/client_impl.hpp b/src/svnqt/client_impl.hpp index 3053510..85b815a 100644 --- a/src/svnqt/client_impl.hpp +++ b/src/svnqt/client_impl.hpp @@ -398,7 +398,7 @@ namespace svn * @param overwrite overwrite existing files * @param native_eol Either "LF", "CR" or "CRLF" or NULL. * @param ignore_externals don't process externals definitions as part of this operation. - * @param recurse if true, export recursively. Otherwise, export just the directory represented by from and its immediate non-directory tqchildren. + * @param recurse if true, export recursively. Otherwise, export just the directory represented by from and its immediate non-directory children. */ virtual svn_revnum_t doExport (const Path & srcPath, |