Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-12922

QObject::connect: signal not found in Core::BaseTextFind

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.3.0-beta1
    • Qt Creator 3.3.0-beta1
    • Editors
    • None
    • MSVC, Windows
    • f42fff76971299b933539747b59a213712b644b9

    Description

      When opening a text editor, Qt Creator emits this runtime error/warning

      QObject::connect: signal not found in Core::BaseTextFind

      The reason is the connect in the BaseTextEditorWidgetPrivate constructor:

      connect(baseTextFind, &BaseTextFind::highlightAll,
                  this, &BaseTextEditorWidgetPrivate::highlightSearchResultsSlot);
      

      Not sure how to fix this without breaking other things.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              hjk hjk
              portale Alessandro Portale
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes