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
Utilities
Kate
Commits
9579f1f7
Commit
9579f1f7
authored
Sep 05, 2022
by
Waqar Ahmed
Browse files
Fix value not specified in DiffParam::Flag
parent
fa04f35d
Pipeline
#227559
passed with stage
in 30 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/diff/diffparams.h
View file @
9579f1f7
...
...
@@ -17,7 +17,7 @@ struct DiffParams {
/** show discard action in context menu **/
ShowDiscard
=
4
,
/** show filename with diff. Appears right before hunk heading **/
ShowFileName
,
ShowFileName
=
8
,
};
Q_DECLARE_FLAGS
(
Flags
,
Flag
)
Q_FLAGS
(
Flags
)
...
...
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