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
5e4dbb88
Commit
5e4dbb88
authored
Mar 24, 2022
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Mar 24, 2022
Browse files
image: Remove attribute that is never initialised
At the moment it's never initialised, so it would work poorly at best.
parent
d18973e0
Pipeline
#154537
passed with stage
in 6 minutes and 57 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
wallpapers/image/image.cpp
View file @
5e4dbb88
...
...
@@ -670,12 +670,6 @@ void Image::backgroundsFound()
{
disconnect
(
m_slideshowModel
,
&
SlideModel
::
done
,
this
,
0
);
if
(
m_scanDirty
)
{
m_scanDirty
=
false
;
startSlideshow
();
return
;
}
// start slideshow
if
(
m_slideFilterModel
->
rowCount
()
==
0
)
{
// no image has been found, which is quite weird... try again later (this is useful for events which
...
...
wallpapers/image/image.h
View file @
5e4dbb88
...
...
@@ -172,7 +172,6 @@ private:
QString
m_wallpaperPath
;
QStringList
m_usersWallpapers
;
KDirWatch
*
m_dirWatch
;
bool
m_scanDirty
;
QSize
m_targetSize
;
RenderingMode
m_mode
;
...
...
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