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

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

XMLWordPrintable

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

      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.

        For Gerrit Dashboard: QTCREATORBUG-12922
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes