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
Games
KBlackBox
Commits
86fc90f7
Commit
86fc90f7
authored
Nov 25, 2021
by
Laurent Montel
😁
Browse files
Add missing override
parent
b75ac922
Changes
1
Show whitespace changes
Inline
Side-by-side
src/kbbballsgraphicwidget.h
View file @
86fc90f7
...
@@ -48,7 +48,7 @@ class KBBBallsGraphicWidget : public QGraphicsView
...
@@ -48,7 +48,7 @@ class KBBBallsGraphicWidget : public QGraphicsView
* @brief Event: widget has been resized
* @brief Event: widget has been resized
* This happens for instance when the main window has been resized.
* This happens for instance when the main window has been resized.
*/
*/
void
resizeEvent
(
QResizeEvent
*
);
void
resizeEvent
(
QResizeEvent
*
)
override
;
/**
/**
* @brief Define the number of balls to place on the black box
* @brief Define the number of balls to place on the black box
...
...
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