void CalamaresApplication::init() { qDebug() << "CalamaresApplication thread:" << thread(); //TODO: Icon loader Logger::setupLogfile(); setQuitOnLastWindowClosed( false ); initSettings(); initBranding(); setWindowIcon( QIcon( "from branding" ) ); initPlugins(); }
void CalamaresApplication::init() { cDebug() << "CalamaresApplication thread:" << thread(); //TODO: Icon loader Logger::setupLogfile(); setQuitOnLastWindowClosed( false ); initSettings(); initBranding(); setWindowIcon( QIcon( Calamares::Branding::instance()-> imagePath( Calamares::Branding::ProductIcon ) ) ); initPlugins(); }