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

Building Qt Creator fails with commit referenced in https://codereview.qt-project.org/#/c/112535/

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.5.0-rc1
    • Qt Creator 3.6.0-beta1
    • Editors
    • None
    • linux, Qt-5.5.0 reported by qmake --version (3.0), built from git
    • 1a4f7e9e1385f6371ddbe7f7775dc9ecc7af1d16

    Description

      Qt Creators master branch doesn't build, error is:

      pythoneditorplugin.cpp: In member function 'bool PythonEditor::Internal::PythonProject::fromMap(const QVariantMap&)':
      pythoneditorplugin.cpp:856:30: error: no matching function for call to 'PythonEditor::Internal::PythonProject::fromMap(const QVariantMap&)'
      if (!Project::fromMap(map))
      ^
      pythoneditorplugin.cpp:856:30: note: candidate is:
      In file included from pythoneditorplugin.cpp:50:0:
      ../../plugins/projectexplorer/project.h:172:27: note: virtual ProjectExplorer::Project::RestoreResult ProjectExplorer::Project::fromMap(const QVariantMap&, QString*)
      virtual RestoreResult fromMap(const QVariantMap &map, QString *errorMessage);
      ^
      ../../plugins/projectexplorer/project.h:172:27: note: candidate expects 2 arguments, 1 provided
      make[3]: *** [.obj/release-shared/pythoneditorplugin.o] Error 1
      make[2]: *** [sub-pythoneditor-make_first] Error 2
      make[2]: *** Waiting for unfinished jobs....
      make[1]: *** [sub-plugins-make_first-ordered] Error 2
      make: *** [sub-src-make_first-ordered] Error 2

      Commit referenced by https://codereview.qt-project.org/#/c/112535/ changes the signature of the function used in this file.

      Attachments

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

        Activity

          People

            davschul David Schulz
            chrisb2244 Christian Butcher
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes