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
Utilities
Konsole
Commits
2dee1f0d
Commit
2dee1f0d
authored
Dec 17, 2021
by
Luis Javier Merino
Browse files
[Coverity] colorScheme() is not a slot
parent
97d1967a
Pipeline
#112333
passed with stage
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/terminalDisplay/TerminalDisplay.h
View file @
2dee1f0d
...
...
@@ -307,6 +307,14 @@ public:
return
_terminalFont
.
get
();
}
/**
* Return the current color scheme
*/
const
std
::
shared_ptr
<
const
ColorScheme
>
&
colorScheme
()
const
{
return
_colorScheme
;
}
bool
cursorBlinking
()
const
{
return
_cursorBlinking
;
...
...
@@ -436,14 +444,6 @@ public Q_SLOTS:
*/
void
setCenterContents
(
bool
enable
);
/**
* Return the current color scheme
*/
const
std
::
shared_ptr
<
const
ColorScheme
>
&
colorScheme
()
const
{
return
_colorScheme
;
}
Qt
::
Edge
droppedEdge
()
const
{
return
_overlayEdge
;
...
...
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