Skip to content

Commit

Permalink
engine/test: more coverage for the Sequence class
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Apr 22, 2017
1 parent efd8f06 commit 4c03a3e
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/sequence.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Sequence : public Chaser
*/
quint32 boundSceneID() const;

private:
protected:
/** The Scene ID associated to this Sequence */
quint32 m_boundSceneID;

Expand Down

0 comments on commit 4c03a3e

Please sign in to comment.