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
79191a76
Commit
79191a76
authored
Dec 14, 2009
by
Friedemann Kleint
Browse files
Perforce: Silence the startup
parent
0821f6fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/perforce/perforceplugin.cpp
View file @
79191a76
...
...
@@ -600,7 +600,6 @@ void PerforcePlugin::startSubmitProject()
}
QStringList
fstatLines
=
fstatResult
.
stdOut
.
split
(
QLatin1Char
(
'\n'
));
qDebug
()
<<
"O"
<<
fstatResult
.
stdOut
<<
"L"
<<
fstatLines
;
QStringList
depotFileNames
;
foreach
(
const
QString
&
line
,
fstatLines
)
{
if
(
line
.
startsWith
(
"... depotFile"
))
...
...
@@ -1335,7 +1334,7 @@ void PerforcePlugin::slotTopLevelFound(const QString &t)
void
PerforcePlugin
::
slotTopLevelFailed
(
const
QString
&
errorMessage
)
{
VCSBase
::
VCSBaseOutputWindow
::
instance
()
->
append
Error
(
tr
(
"Perforce: Unable to determine the repository: %1"
).
arg
(
errorMessage
));
VCSBase
::
VCSBaseOutputWindow
::
instance
()
->
append
Silently
(
tr
(
"Perforce: Unable to determine the repository: %1"
).
arg
(
errorMessage
));
if
(
Perforce
::
Constants
::
debug
)
qDebug
()
<<
errorMessage
;
}
...
...
Write
Preview
Markdown
is supported
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