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
19601221
Commit
19601221
authored
Nov 06, 2020
by
Laurent Montel
😁
Browse files
Use "using" here too
parent
6fb78492
Pipeline
#39766
failed with stage
in 7 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mboxentry.h
View file @
19601221
...
...
@@ -27,7 +27,7 @@ public:
/**
* Describes a list of mbox entry objects.
*/
typedef
QVector
<
MBoxEntry
>
List
;
using
List
=
QVector
<
MBoxEntry
>
;
/**
* Describes a pair of mbox entry objects.
...
...
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