Skip to content
Snippets Groups Projects
  • Eike Ziller's avatar
    f8a1e343
    Fix registration of Qt documentation · f8a1e343
    Eike Ziller authored
    
    Restoring project explorer related information was delayed, including
    tool chains, which triggers restoring Qt versions. Qt documentation was
    registered in QtSupport's delayedInitialize which comes before
    ProjectExplorer's delayedInitialize, so no Qt versions were found to
    register documentation for.
    
    Register documentation in QtVersionManager::triggerQtVersionRestore
    instead.
    
    Change-Id: Ia36f4d89672f2c651157dee50c3e8996af55598c
    Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
    f8a1e343
    History
    Fix registration of Qt documentation
    Eike Ziller authored
    
    Restoring project explorer related information was delayed, including
    tool chains, which triggers restoring Qt versions. Qt documentation was
    registered in QtSupport's delayedInitialize which comes before
    ProjectExplorer's delayedInitialize, so no Qt versions were found to
    register documentation for.
    
    Register documentation in QtVersionManager::triggerQtVersionRestore
    instead.
    
    Change-Id: Ia36f4d89672f2c651157dee50c3e8996af55598c
    Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>