Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • 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
  • flatpak-qt-creator
  • src
  • plugins
  • qtsupport
  • debugginghelperbuildtask.cpp
Find file Blame History Permalink
  • 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