Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KShisen
Commits
956a62bf
Commit
956a62bf
authored
May 10, 2016
by
Frederik Schwarzer
Browse files
applyGravity(int) is not a slot.
parent
b5d8645b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/board.h
View file @
956a62bf
...
...
@@ -191,12 +191,6 @@ public slots:
private
slots
:
void
undrawConnection
();
/** Returns whether the given column is affected by gravity.
* @param column The column to check
* @return If column was affected.
*/
bool
applyGravity
(
int
column
);
protected:
virtual
QSize
sizeHint
()
const
;
...
...
@@ -272,6 +266,12 @@ private: // functions
*/
void
applyGravity
();
/** Applies gravity to the given column and returns whether it was affected.
* @param column The column to check
* @return If column was affected.
*/
bool
applyGravity
(
int
column
);
/** Returns True if @p tilePos is a valid position on Board.
* @return Wether @p tiePos is valid.
*/
...
...
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