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
4c3999c9
Commit
4c3999c9
authored
Jan 16, 2022
by
Kurt Hindenburg
Browse files
add explicit to constructor with 1 argument
parent
4621bd88
Pipeline
#124546
failed with stage
in 2 minutes and 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/AppColorSchemeChooser.h
View file @
4c3999c9
...
...
@@ -26,7 +26,7 @@ class KActionCollection;
class
KONSOLEPRIVATE_EXPORT
AppColorSchemeChooser
:
public
QAction
{
public:
AppColorSchemeChooser
(
QObject
*
parent
);
explicit
AppColorSchemeChooser
(
QObject
*
parent
);
QString
currentSchemeName
()
const
;
...
...
src/plugins/SSHManager/sshmanagerfiltermodel.h
View file @
4c3999c9
...
...
@@ -14,7 +14,7 @@ class SSHManagerFilterModel : public QSortFilterProxyModel
{
Q_OBJECT
public:
SSHManagerFilterModel
(
QObject
*
parent
);
explicit
SSHManagerFilterModel
(
QObject
*
parent
);
bool
filterAcceptsRow
(
int
sourceRow
,
const
QModelIndex
&
sourceParent
)
const
override
;
void
setInvertFilter
(
bool
invert
);
...
...
src/terminalDisplay/TerminalBell.h
View file @
4c3999c9
...
...
@@ -20,7 +20,7 @@ class TerminalBell : public QObject
Q_OBJECT
public:
TerminalBell
(
Enum
::
BellModeEnum
bellMode
);
explicit
TerminalBell
(
Enum
::
BellModeEnum
bellMode
);
void
bell
(
QWidget
*
td
,
const
QString
&
message
,
bool
terminalHasFocus
);
/**
...
...
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