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
Kate
Commits
015bf1b4
Commit
015bf1b4
authored
Sep 28, 2022
by
Christoph Cullmann
🍨
Browse files
add default implementation for destructor calls
parent
84d27d3b
Pipeline
#238125
passed with stage
in 4 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/katemdi.h
View file @
015bf1b4
...
...
@@ -504,8 +504,11 @@ public:
/**
* Called if focus should go to the important part of the central widget.
* Default doesn't do a thing, if we are called in destructor by accident.
*/
virtual
void
triggerFocusForCentralWidget
()
=
0
;
virtual
void
triggerFocusForCentralWidget
()
{
}
protected:
/**
...
...
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