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
147c3a59
Commit
147c3a59
authored
Mar 06, 2021
by
Waqar Ahmed
Committed by
Christoph Cullmann
Mar 06, 2021
Browse files
Default initialize
Signed-off-by:
Waqar Ahmed
<
waqar.17a@gmail.com
>
parent
af7527d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectplugin.h
View file @
147c3a59
...
...
@@ -210,8 +210,8 @@ private:
// git features
bool
m_gitNumStat
=
true
;
ClickAction
m_singleClick
;
ClickAction
m_doubleClick
;
ClickAction
m_singleClick
Action
=
ClickAction
::
ShowDiff
;
ClickAction
m_doubleClick
Action
=
ClickAction
::
StageUnstage
;
/**
* thread pool for our workers
...
...
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