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
Utilities
Konsole
Commits
ea1d529e
Commit
ea1d529e
authored
Dec 18, 2020
by
Gustavo Carneiro
Browse files
Move wallpaper() function to a correct file.
parent
2d58ed02
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/colorscheme/ColorScheme.cpp
View file @
ea1d529e
...
...
@@ -537,3 +537,8 @@ void ColorScheme::setWallpaper(const QString &path)
{
_wallpaper
=
new
ColorSchemeWallpaper
(
path
);
}
ColorSchemeWallpaper
::
Ptr
ColorScheme
::
wallpaper
()
const
{
return
_wallpaper
;
}
src/colorscheme/ColorSchemeWallpaper.cpp
View file @
ea1d529e
...
...
@@ -17,11 +17,6 @@
using
namespace
Konsole
;
ColorSchemeWallpaper
::
Ptr
ColorScheme
::
wallpaper
()
const
{
return
_wallpaper
;
}
ColorSchemeWallpaper
::
ColorSchemeWallpaper
(
const
QString
&
path
)
:
_path
(
path
),
_picture
(
nullptr
)
...
...
Write
Preview
Supports
Markdown
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