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
PIM
libkdepim
Commits
ba76f41d
Commit
ba76f41d
authored
Dec 08, 2020
by
Laurent Montel
😁
Browse files
Add missing override on destructor
parent
e74edace
Pipeline
#43338
skipped
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/libkdepim/misc/lineeditcatchreturnkey.h
View file @
ba76f41d
...
...
@@ -20,7 +20,7 @@ class KDEPIM_EXPORT LineEditCatchReturnKey : public QObject
Q_OBJECT
public:
explicit
LineEditCatchReturnKey
(
QLineEdit
*
lineEdit
,
QObject
*
parent
=
nullptr
);
~
LineEditCatchReturnKey
();
~
LineEditCatchReturnKey
()
override
;
protected:
bool
eventFilter
(
QObject
*
obj
,
QEvent
*
event
)
override
;
...
...
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