A bug of mineHunt(example of QML come with QtCreator)?
-
The reset button of mineHunt support reentrant before the program really reset,
sometimes this would cause some undefined behavior(if you double click the reset
button fast enough).I block the user to reentrant the reset function with signal and slot(add it at function "reset" and "setBoard")
The code is under
"https://github.com/stereomatchingkiss/mineHunt":I am not sure this is a bug or my mistake, thanks
-
bq. Could be good if you file also a bug report
How could I make a bug report?Thanks
-