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
2369b01e
Commit
2369b01e
authored
Apr 24, 2016
by
Frederik Schwarzer
Browse files
Mark explicit.
parent
f604f267
Changes
3
Hide whitespace changes
Inline
Side-by-side
playground.h
View file @
2369b01e
...
...
@@ -32,7 +32,7 @@ class PlayGround : public QGraphicsView
Q_OBJECT
public:
PlayGround
(
TopLevel
*
parent
);
explicit
PlayGround
(
TopLevel
*
parent
);
~
PlayGround
();
enum
LoadError
{
NoError
,
OldFileVersionError
,
OtherError
};
...
...
playgrounddelegate.h
View file @
2369b01e
...
...
@@ -25,7 +25,7 @@
class
PlaygroundDelegate
:
public
QAbstractItemDelegate
{
public:
PlaygroundDelegate
(
QObject
*
parent
=
0
);
explicit
PlaygroundDelegate
(
QObject
*
parent
=
0
);
private:
virtual
QSize
sizeHint
(
const
QStyleOptionViewItem
&
option
,
const
QModelIndex
&
index
)
const
;
virtual
void
paint
(
QPainter
*
painter
,
const
QStyleOptionViewItem
&
option
,
const
QModelIndex
&
index
)
const
;
...
...
soundfactory.h
View file @
2369b01e
...
...
@@ -26,7 +26,7 @@ class SoundFactory
{
public:
SoundFactory
(
TopLevel
*
parent
);
explicit
SoundFactory
(
TopLevel
*
parent
);
~
SoundFactory
();
bool
loadLanguage
(
const
QString
&
selectedLanguageFile
);
...
...
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