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
Plasma
KScreen
Commits
fa52fd23
Commit
fa52fd23
authored
Jan 18, 2021
by
Alexander Lohnau
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add trailing comma to enums
parent
d18e4f1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
kcm/output_model.h
kcm/output_model.h
+1
-1
kded/osdaction.h
kded/osdaction.h
+1
-1
plasmoid/kscreenapplet.h
plasmoid/kscreenapplet.h
+1
-1
No files found.
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
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