Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c5fb5bb4
Commit
c5fb5bb4
authored
Dec 07, 2010
by
hjk
Browse files
vcsmanager: add comment to currently dead code
parent
6aa00e7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/vcsmanager.cpp
View file @
c5fb5bb4
...
...
@@ -214,7 +214,7 @@ bool VCSManager::findVersionControl(const QString &versionControlType)
return
false
;
}
QString
VCSManager
::
getR
epositoryU
RL
(
const
QString
&
directory
)
QString
VCSManager
::
r
epositoryU
rl
(
const
QString
&
directory
)
{
IVersionControl
*
vc
=
findVersionControlForDirectory
(
directory
);
...
...
src/plugins/coreplugin/vcsmanager.h
View file @
c5fb5bb4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment