forked from qt-creator/qt-creator
vcsmanager: add comment to currently dead code
This commit is contained in:
@@ -214,7 +214,7 @@ bool VCSManager::findVersionControl(const QString &versionControlType)
|
||||
return false;
|
||||
}
|
||||
|
||||
QString VCSManager::getRepositoryURL(const QString &directory)
|
||||
QString VCSManager::repositoryUrl(const QString &directory)
|
||||
{
|
||||
IVersionControl *vc = findVersionControlForDirectory(directory);
|
||||
|
||||
|
||||
@@ -71,8 +71,10 @@ public:
|
||||
IVersionControl *checkout(const QString &versionControlType,
|
||||
const QString &directory,
|
||||
const QByteArray &url);
|
||||
// Used only by Trac plugin.
|
||||
bool findVersionControl(const QString &versionControl);
|
||||
QString getRepositoryURL(const QString &directory);
|
||||
// Used only by Trac plugin.
|
||||
QString repositoryUrl(const QString &directory);
|
||||
|
||||
// Shows a confirmation dialog, whether the file should also be deleted
|
||||
// from revision control Calls sccDelete on the file. Returns false
|
||||
|
||||
Reference in New Issue
Block a user