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
Utilities
Kate
Commits
1bb810c6
Commit
1bb810c6
authored
Feb 28, 2021
by
Waqar Ahmed
Browse files
Send message to output view on diff failure
parent
9547824f
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/gitwidget.cpp
View file @
1bb810c6
...
...
@@ -610,7 +610,7 @@ void GitWidget::openTempFile(const QString &file, const QString &templatString,
f
->
setFileTemplate
(
templatString
);
}
if
(
!
f
->
open
())
{
qWarning
()
<<
"Gitwidget: Failed to open temp file"
<<
f
->
errorString
();
sendMessage
(
i18n
(
"Failed to open temporary file for diff: %1"
,
f
->
errorString
()
),
true
)
;
return
;
}
...
...
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