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
KTuberling
Commits
5e8a3409
Commit
5e8a3409
authored
Aug 22, 2021
by
Laurent Montel
😁
Browse files
I forgot that Albert already reverted it long time ago
Revert "Use nullptr" This reverts commit
7e7061d6
.
parent
d5fbae82
Changes
1
Hide whitespace changes
Inline
Side-by-side
playgrounddelegate.h
View file @
5e8a3409
...
...
@@ -25,7 +25,7 @@
class
PlaygroundDelegate
:
public
QAbstractItemDelegate
{
public:
explicit
PlaygroundDelegate
(
QObject
*
parent
=
nullptr
);
explicit
PlaygroundDelegate
(
QObject
*
parent
=
0
);
private:
QSize
sizeHint
(
const
QStyleOptionViewItem
&
option
,
const
QModelIndex
&
index
)
const
override
;
void
paint
(
QPainter
*
painter
,
const
QStyleOptionViewItem
&
option
,
const
QModelIndex
&
index
)
const
override
;
...
...
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