Ref T203, renamed to CUpdateInfoDialog

This commit is contained in:
Klaus Basan
2017-12-12 19:43:36 +01:00
parent f0cf15a572
commit 18fe389303
5 changed files with 38 additions and 38 deletions

View File

@@ -42,7 +42,7 @@ namespace BlackGui
namespace Components
{
class CApplicationCloseDialog;
class CDownloadAndInstallDialog;
class CUpdateInfoDialog;
}
}
namespace BlackGui
@@ -240,7 +240,7 @@ namespace BlackGui
CStyleSheetUtility m_styleSheetUtility {{}, this}; //!< style sheet utility
bool m_uiSetupCompleted = false; //!< ui setup completed
QScopedPointer<QSplashScreen> m_splashScreen; //!< splash screen
Components::CDownloadAndInstallDialog *m_installDialog = nullptr; //!< software installation dialog
Components::CUpdateInfoDialog *m_updateDialog = nullptr; //!< software installation dialog
Components::CApplicationCloseDialog *m_closeDialog = nullptr; //!< close dialog (no QScopedPointer because I need to set parent)
BlackMisc::CSettingReadOnly<Settings::TGeneralGui> m_guiSettings { this, &CGuiApplication::settingsChanged };
BlackMisc::CSettingReadOnly<Settings::TUpdateNotificationSettings> m_updateSetting { this }; //!< update notification settings