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
20591b48
Verified
Commit
20591b48
authored
Mar 06, 2021
by
Waqar Ahmed
Browse files
Remove bitfields in project plugin
parent
0df13a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/kateprojectplugin.h
View file @
20591b48
...
...
@@ -182,13 +182,13 @@ private:
*/
KateProjectCompletion
m_completion
;
bool
m_autoGit
:
1
;
bool
m_autoSubversion
:
1
;
bool
m_autoMercurial
:
1
;
bool
m_indexEnabled
:
1
;
bool
m_multiProjectCompletion
:
1
;
bool
m_multiProjectGoto
:
1
;
bool
m_gitNumStat
:
1
;
bool
m_autoGit
;
bool
m_autoSubversion
;
bool
m_autoMercurial
;
bool
m_indexEnabled
;
bool
m_multiProjectCompletion
;
bool
m_multiProjectGoto
;
bool
m_gitNumStat
;
QUrl
m_indexDirectory
;
/**
...
...
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