Skip to content
GitLab
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
ddf5a01a
Commit
ddf5a01a
authored
Oct 25, 2010
by
Oswald Buddenhagen
Browse files
kill dead source string
parent
b10c8db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/git/gitclient.cpp
View file @
ddf5a01a
...
...
@@ -69,13 +69,6 @@
static
const
char
*
const
kGitDirectoryC
=
".git"
;
static
const
char
*
const
kBranchIndicatorC
=
"# On branch"
;
static
inline
QString
msgServerFailure
()
{
return
Git
::
Internal
::
GitClient
::
tr
(
"Note that the git plugin for QtCreator is not able to interact with the server "
"so far. Thus, manual ssh-identification etc. will not work."
);
}
inline
Core
::
IEditor
*
locateEditor
(
const
Core
::
ICore
*
core
,
const
char
*
property
,
const
QString
&
entry
)
{
foreach
(
Core
::
IEditor
*
ed
,
core
->
editorManager
()
->
openedEditors
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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