Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED] Bugfix qshortcutmap.cpp
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Bugfix qshortcutmap.cpp

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.4k Views 1 Watching
  • 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.
  • F Offline
    F Offline
    fant
    wrote on last edited by
    #1

    Hello,

    When I start my application and press special keys then I get an assert failure ("ASSERT failure in QShortcutMap::find: "New sequence to find identical to previous").
    Here I found the bugfix: "Change Idd451fb7":https://codereview.qt-project.org/#patch,sidebyside,55468,3,src/gui/kernel/qshortcutmap.cpp

    But how I can execute this? Nowhere I could find cpp-files in Qt installation directory to replace the old class implementation.
    Besides error message in output window there is a link to error source (kernel\qshortcutmap.cpp, line 457), but clicking on it just give me following message: file can't open to read, path can't be find by system.

    Perhaps, anybody can help me, please?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you have Qt's sources installed ? If not, you will have to download them, patch the file by hand and build Qt.

      The patch is now waiting for approval for Qt 4

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fant
        wrote on last edited by
        #3

        Thank you very much.
        Now I'm asking me why I didn't find the answer itself. Yes, I am using binary version yet.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You're welcome !

          If you use the git sources, the fix is now in

          So you can also update the thread's title prepending solved so other forum users may know that a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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