|
|
|
@ -143,8 +143,8 @@ ViewManager::insertViewStep( int before, ViewStep* step )
|
|
|
|
void
|
|
|
|
void
|
|
|
|
ViewManager::onInstallationFailed( const QString& message, const QString& details )
|
|
|
|
ViewManager::onInstallationFailed( const QString& message, const QString& details )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
bool shouldOfferWebPaste
|
|
|
|
bool shouldOfferWebPaste = std::get< 0 >( Calamares::Branding::instance()->uploadServer() )
|
|
|
|
= std::get<0>(Calamares::Branding::instance()->uploadServer()) != Calamares::Branding::UploadServerType::None
|
|
|
|
!= Calamares::Branding::UploadServerType::None
|
|
|
|
and std::get< 2 >( Calamares::Branding::instance()->uploadServer() ) != 0;
|
|
|
|
and std::get< 2 >( Calamares::Branding::instance()->uploadServer() ) != 0;
|
|
|
|
|
|
|
|
|
|
|
|
cError() << "Installation failed:" << message;
|
|
|
|
cError() << "Installation failed:" << message;
|
|
|
|
|