mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Windows build without plugins
This commit is contained in:
@@ -78,7 +78,7 @@ void PDFIconTheme::prepareTheme()
|
||||
{
|
||||
{
|
||||
QTextStream stream(&file);
|
||||
stream.setCodec("UTF8");
|
||||
stream.setEncoding(QStringConverter::Utf8);
|
||||
stream.setGenerateByteOrderMark(true);
|
||||
for (const QString& text : infoList)
|
||||
{
|
||||
|
Reference in New Issue
Block a user