Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F flatpak-qt-creator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Marco Bubke
  • flatpak-qt-creator
  • Repository
Switch branch/tag
  • flatpak-qt-creator
  • src
  • plugins
  • qtsupport
  • debugginghelperbuildtask.cpp
Find file BlameHistoryPermalink
  • Kai Koehne's avatar
    DebuggingHelper: Update UI even if compilation failed · 8c6c7ce3
    Kai Koehne authored Aug 24, 2011
    This fixes all the buttons staying in disabled mode after an (unsuccessful)
    compilation. Problem was that in the end, the finished() call informed
    the option page that the build was over, while the updateQtVersions()
    call updated the UI. The patch fixes the order, but also updates the UI
    as reaction to the finished call, because relying on the delivery order of
    two independent signals via Qt::QueuedConnection is fragile per se.
    
    Change-Id: Ifdd03e3cb9d9bf96b30053e5e8aa0a3f0232ab1c
    Task-number: QTCREATORBUG-5906
    Reviewed-on: http://codereview.qt.nokia.com/3485
    
    Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
    Reviewed-by: default avatarChristiaan Janssen <christiaan.janssen@nokia.com>
    Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
    8c6c7ce3

Replace debugginghelperbuildtask.cpp

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.