mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-28 21:05:45 -05:00
fix typo
This commit is contained in:
parent
3f2cc854f4
commit
7b6c76ba15
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
|||
QFileInfo importQSSPath = QFileInfo( brandingQSSDescriptorPath );
|
||||
if ( importQSSPath.exists() && importQSSPath.isReadable() )
|
||||
{
|
||||
QFile File(importQSSPath);
|
||||
QFile File(brandingQSSDescriptorPath);
|
||||
File.open(QFile::ReadOnly);
|
||||
QString StyleSheet = QLatin1String(File.readAll());
|
||||
this->setStyleSheet(StyleSheet);
|
||||
|
|
Loading…
Add table
Reference in a new issue