diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:41:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:41:07 -0600 |
commit | dc141e9d18c39ec57f42d6c5df1a67a365c407f8 (patch) | |
tree | 8873df3c617e477881aa453385c81362b8531d7f /src/svnqt/client_impl.hpp | |
parent | d6609da6b8c963fc19b622ab37f38e65df4e0a29 (diff) | |
download | tdesvn-dc141e9d18c39ec57f42d6c5df1a67a365c407f8.tar.gz tdesvn-dc141e9d18c39ec57f42d6c5df1a67a365c407f8.zip |
Remove additional unneeded tq method conversions
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 361603b..4e2ea60 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, |