mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
MinGW compilation fix
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
#include <QToolBar>
|
||||
#include <QXmlStreamWriter>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#if defined(PDF4QT_USE_PRAGMA_LIB)
|
||||
#pragma comment(lib, "Shell32")
|
||||
#endif
|
||||
|
||||
|
@@ -413,6 +413,9 @@ void PDFTextToSpeech::onPlayClicked()
|
||||
updatePlay();
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
updateUI();
|
||||
|
Reference in New Issue
Block a user