~kubuntu-members/kapman/4.11

« back to all changes in this revision

Viewing changes to mazeitem.h

  • Committer: Pierre-Benoit Besse
  • Date: 2008-08-15 11:43:49 UTC
  • Revision ID: git-v1:89f706af55b38ee770ceb235d4dfe581e41f028c
- All images are now in a single SVG file
- Small improvments in preformances by fixing some mistakes

svn path=/trunk/playground/games/kapman/; revision=847429

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
                /**
34
34
                 * Creates a new MazeItem instance.
35
 
                 * @param p_imagePath the path to the Maze image
36
35
                 */
37
 
                MazeItem(const QString & p_imagePath);
 
36
                MazeItem();
38
37
 
39
38
                /**
40
39
                 * Deletes the MazeItem instance.