Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KScreen
Commits
fa52fd23
Commit
fa52fd23
authored
Jan 18, 2021
by
Alexander Lohnau
💬
Browse files
Add trailing comma to enums
parent
d18e4f1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
kcm/output_model.h
View file @
fa52fd23
...
...
@@ -47,7 +47,7 @@ public:
RefreshRatesRole
,
ReplicationSourceModelRole
,
ReplicationSourceIndexRole
,
ReplicasModelRole
ReplicasModelRole
,
};
explicit
OutputModel
(
ConfigHandler
*
configHandler
);
...
...
kded/osdaction.h
View file @
fa52fd23
...
...
@@ -37,7 +37,7 @@ public:
SwitchToInternal
,
Clone
,
ExtendLeft
,
ExtendRight
ExtendRight
,
};
Q_ENUM
(
Action
)
...
...
plasmoid/kscreenapplet.h
View file @
fa52fd23
...
...
@@ -45,7 +45,7 @@ public:
SwitchToInternal
,
Clone
,
ExtendLeft
,
ExtendRight
ExtendRight
,
};
Q_ENUM
(
Action
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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