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
1b83c471
Commit
1b83c471
authored
Apr 28, 2021
by
Laurent Montel
😁
Browse files
const'ify pointer
parent
1c9a6321
Pipeline
#60062
passed with stage
in 23 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ktnef/src/ktnefview.cpp
View file @
1b83c471
...
...
@@ -37,7 +37,7 @@ public:
}
private:
KTNEFAttach
*
mAttach
=
nullptr
;
KTNEFAttach
*
const
mAttach
;
};
Attachment
::
Attachment
(
QTreeWidget
*
parent
,
KTNEFAttach
*
attach
)
...
...
Write
Preview
Markdown
is supported
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