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
6b7207a9
Commit
6b7207a9
authored
Sep 17, 2022
by
Christoph Cullmann
🍨
Committed by
Eric Armbruster
Sep 19, 2022
Browse files
ensure shouldClose slot is there
parent
7cc33208
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/katewelcomeview.h
View file @
6b7207a9
...
...
@@ -26,6 +26,15 @@ public:
*/
KateWelcomeView
(
KateViewSpace
*
viewSpace
,
QWidget
*
parent
);
public
Q_SLOTS
:
/**
* Welcome view can always be closed.
*/
bool
shouldClose
()
{
return
true
;
}
private:
// our viewspace we belong to
KateViewSpace
*
const
m_viewSpace
=
nullptr
;
...
...
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