Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
aee86ce4
Commit
aee86ce4
authored
Jun 25, 2014
by
Daenyth
Browse files
Mark QGraphicsItem for AbstractGraphicsItem
parent
1c9540be
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/abstractgraphicsitem.h
View file @
aee86ce4
...
@@ -14,6 +14,7 @@ enum GraphicsItemType {
...
@@ -14,6 +14,7 @@ enum GraphicsItemType {
class
AbstractGraphicsItem
:
public
QObject
,
public
QGraphicsItem
{
class
AbstractGraphicsItem
:
public
QObject
,
public
QGraphicsItem
{
Q_OBJECT
Q_OBJECT
Q_INTERFACES
(
QGraphicsItem
)
protected:
protected:
void
paintNumberEllipse
(
int
number
,
int
radius
,
const
QColor
&
color
,
int
position
,
int
count
,
QPainter
*
painter
);
void
paintNumberEllipse
(
int
number
,
int
radius
,
const
QColor
&
color
,
int
position
,
int
count
,
QPainter
*
painter
);
public:
public:
...
...
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