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
PIM Messagelib
Commits
da1a342e
Commit
da1a342e
authored
Oct 09, 2020
by
Laurent Montel
😁
Browse files
Const'ify variable here too
parent
a31c5508
Pipeline
#37017
passed with stage
in 60 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/attachment/attachmentcontrollerbase.cpp
View file @
da1a342e
...
...
@@ -917,7 +917,7 @@ void AttachmentControllerBase::showAddAttachmentCompressedDirectoryDialog()
void
AttachmentControllerBase
::
showAddAttachmentFileDialog
()
{
KEncodingFileDialog
::
Result
result
=
KEncodingFileDialog
::
getOpenUrlsAndEncoding
(
QString
(),
const
KEncodingFileDialog
::
Result
result
=
KEncodingFileDialog
::
getOpenUrlsAndEncoding
(
QString
(),
QUrl
(),
QString
(),
d
->
wParent
,
...
...
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