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
KMbox
Commits
a7336118
Commit
a7336118
authored
May 04, 2021
by
Laurent Montel
😁
Browse files
Modernize code
parent
c4644109
Pipeline
#60655
passed with stage
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mboxentry.h
View file @
a7336118
...
...
@@ -32,7 +32,7 @@ public:
/**
* Describes a pair of mbox entry objects.
*/
typedef
QPair
<
MBoxEntry
,
MBoxEntry
>
Pair
;
using
Pair
=
QPair
<
MBoxEntry
,
MBoxEntry
>
;
/**
* Creates an invalid mbox entry object.
...
...
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