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
Plasma Workspace
Commits
4f47842a
Commit
4f47842a
authored
Nov 19, 2020
by
Mikel Johnson
Browse files
Fix whitespace issue
parent
bfdfacd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kicker/plugin/rootmodel.cpp
View file @
4f47842a
...
@@ -415,7 +415,7 @@ void RootModel::refresh()
...
@@ -415,7 +415,7 @@ void RootModel::refresh()
++
separatorPosition
;
++
separatorPosition
;
}
}
if
(
m_showFavoritesPlaceholder
)
{
if
(
m_showFavoritesPlaceholder
)
{
//This entry is a placeholder and shouldn't ever be visible
//This entry is a placeholder and shouldn't ever be visible
QList
<
AbstractEntry
*>
placeholderList
;
QList
<
AbstractEntry
*>
placeholderList
;
AppsModel
*
placeholderModel
=
new
AppsModel
(
placeholderList
,
false
,
this
);
AppsModel
*
placeholderModel
=
new
AppsModel
(
placeholderList
,
false
,
this
);
...
...
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