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
Plasma
Plasma Desktop
Commits
bed179d3
Commit
bed179d3
authored
Mar 13, 2019
by
Laurent Montel
😁
Browse files
Add missing override
parent
a946944e
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kimpanel/backend/scim/main.cpp
View file @
bed179d3
...
...
@@ -435,7 +435,7 @@ public Q_SLOTS:
}
protected:
bool
event
(
QEvent
*
e
)
{
bool
event
(
QEvent
*
e
)
override
{
QStringList
list_result
;
QList
<
Property
>
prop_list
;
if
(
e
->
type
()
==
dbus_event_type
)
{
...
...
@@ -750,7 +750,7 @@ class PanelAgentThread : public QThread
public:
explicit
PanelAgentThread
(
QObject
*
parent
=
nullptr
)
:
QThread
(
parent
)
{}
~
PanelAgentThread
()
{}
void
run
()
{
void
run
()
override
{
if
(
!
_panel_agent
->
run
())
std
::
cerr
<<
"Failed to run Panel.
\n
"
;
_global_resource_lock
.
lock
();
...
...
Write
Preview
Markdown
is supported
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