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
Multimedia
K3b
Commits
c3ab8fd5
Commit
c3ab8fd5
authored
Oct 28, 2019
by
Albert Astals Cid
Browse files
Merge remote-tracking branch 'origin/Applications/19.08'
parents
7c7f13a8
a930be48
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/k3bthememanager.cpp
View file @
c3ab8fd5
...
...
@@ -203,7 +203,7 @@ K3b::ThemeManager::~ThemeManager()
}
QList
<
K3b
::
Theme
*>
K3b
::
ThemeManager
::
themes
()
const
QList
<
K3b
::
Theme
*>
&
K3b
::
ThemeManager
::
themes
()
const
{
return
d
->
themes
;
}
...
...
src/k3bthememanager.h
View file @
c3ab8fd5
...
...
@@ -116,7 +116,7 @@ namespace K3b {
explicit
ThemeManager
(
QObject
*
parent
=
0
);
~
ThemeManager
()
override
;
QList
<
Theme
*>
themes
()
const
;
QList
<
Theme
*>
&
themes
()
const
;
/**
* This is never null. If no theme could be found an empty dummy theme
...
...
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