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
Graphics
Spectacle
Commits
5b8e99c4
Commit
5b8e99c4
authored
Sep 23, 2021
by
Laurent Montel
😁
Browse files
Use override keyword
parent
b0af1fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Gui/KSWidget.h
View file @
5b8e99c4
...
@@ -39,7 +39,7 @@ class KSWidget : public QWidget
...
@@ -39,7 +39,7 @@ class KSWidget : public QWidget
public:
public:
explicit
KSWidget
(
Platform
::
GrabModes
theGrabModes
,
QWidget
*
parent
=
nullptr
);
explicit
KSWidget
(
Platform
::
GrabModes
theGrabModes
,
QWidget
*
parent
=
nullptr
);
virtual
~
KSWidget
()
=
default
;
~
KSWidget
()
override
=
default
;
enum
class
State
{
TakeNewScreenshot
,
Cancel
};
enum
class
State
{
TakeNewScreenshot
,
Cancel
};
...
...
Write
Preview
Supports
Markdown
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