Description: This is a simple game for kids, where they must always two identical cards. The Game is endless and has no score-Counter or so...Last changelog:
Removed Scene::clear(), because this depends on Qt4.4
make command output error here:
---------------------------
scene.cpp: In member function `void Scene::init(int)':
scene.cpp:65: error: `clear' was not declared in this scope
scene.cpp:65: warning: unused variable 'clear'
make: *** [scene.o]
-------------------------
Ratings & Comments
1 Comment
make command output error here: --------------------------- scene.cpp: In member function `void Scene::init(int)': scene.cpp:65: error: `clear' was not declared in this scope scene.cpp:65: warning: unused variable 'clear' make: *** [scene.o] -------------------------