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
PIM
KMail
Commits
eac77d69
Commit
eac77d69
authored
Sep 14, 2020
by
Laurent Montel
😁
Browse files
This variable is const too
parent
dc40613d
Pipeline
#34242
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/undostack.h
View file @
eac77d69
...
...
@@ -61,7 +61,7 @@ private:
Q_DISABLE_COPY
(
UndoStack
)
void
slotMoveResult
(
KJob
*
);
QList
<
UndoInfo
*>
mStack
;
int
mSize
=
0
;
const
int
mSize
=
0
;
int
mLastId
=
0
;
UndoInfo
*
mCachedInfo
=
nullptr
;
};
...
...
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