Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. A bug of mineHunt(example of QML come with QtCreator)?
QtWS25 Last Chance

A bug of mineHunt(example of QML come with QtCreator)?

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stereomatching
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Could be good if you file also a bug report. This ensures that the issue will be followed up.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        stereomatching
        wrote on last edited by
        #3

        bq. Could be good if you file also a bug report

        How could I make a bug report?Thanks

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mbrasser
          wrote on last edited by
          #4

          Hi,

          Bug reports can be filed at http://bugreports.qt-project.org

          Regards,
          Michael

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved