Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KMail
Commits
8cd7f4cf
Commit
8cd7f4cf
authored
Oct 11, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Const'ify variables
parent
87ee7ff1
Pipeline
#37334
failed with stage
in 22 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/identity/identitydialog.cpp
src/identity/identitydialog.cpp
+2
-2
No files found.
src/identity/identitydialog.cpp
View file @
8cd7f4cf
...
...
@@ -137,8 +137,8 @@ public:
private:
void
keyGenerated
(
const
GpgME
::
KeyGenerationResult
&
result
);
QString
mName
;
QString
mEmail
;
const
QString
mName
;
const
QString
mEmail
;
QGpgME
::
Job
*
mJob
=
nullptr
;
};
...
...
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