diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:15:16 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:15:16 -0600 |
| commit | d6609da6b8c963fc19b622ab37f38e65df4e0a29 (patch) | |
| tree | 66b2ac7b12897c16ac5226da82c451c04994f9cd /src/svnqt/client.hpp | |
| parent | 548395e018d377eaa8fede0fba271da8b6c49fc9 (diff) | |
| download | tdesvn-d6609da6b8c963fc19b622ab37f38e65df4e0a29.tar.gz tdesvn-d6609da6b8c963fc19b622ab37f38e65df4e0a29.zip | |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/svnqt/client.hpp')
| -rw-r--r-- | src/svnqt/client.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnqt/client.hpp b/src/svnqt/client.hpp index 4fb6015..70195ac 100644 --- a/src/svnqt/client.hpp +++ b/src/svnqt/client.hpp @@ -125,7 +125,7 @@ namespace svn * @param revision list specific revision when browsing remote, on working copies parameter will ignored * @param detailed_remote if on remote listing detailed item info should get if possible * that may slow so should configureable in frontends! - * @return vector with tqStatus entries. + * @return vector with Status entries. */ virtual StatusEntries status (const Path& path, @@ -146,10 +146,10 @@ namespace svn * @param path File to gather status. * @param update if check against repository if new updates are there (for WC only) * @param revision list specific revision when browsing remote, on working copies parameter will ignored - * @return a tqStatus with Statis.isVersioned = FALSE + * @return a Status with Statis.isVersioned = FALSE */ virtual StatusPtr - singletqStatus (const Path& path,bool update=false,const Revision revision = svn::Revision::HEAD) throw (ClientException)=0; + singleStatus (const Path& path,bool update=false,const Revision revision = svn::Revision::HEAD) throw (ClientException)=0; /** * Executes a revision checkout. |
