Issue #25: Bad dialog size

This commit is contained in:
Jakub Melka
2022-09-04 16:51:50 +02:00
parent 0219139cf9
commit 72ad433467
5 changed files with 43 additions and 23 deletions

View File

@@ -107,7 +107,7 @@ private:
void savePluginsTable();
void updatePluginInformation();
void setSpeechEngine(const QString& engine);
void setSpeechEngine(const QString& engine, const QString& locale);
/// Returns true, if dialog can be closed. If not, then message is displayed
/// and false is returned.
@@ -121,6 +121,7 @@ private:
bool m_isLoadingData;
QStringList m_textToSpeechEngines;
QString m_currentSpeechEngine;
QString m_currentSpeechLocale;
pdf::PDFCertificateStore m_certificateStore;
QStringList m_enabledPlugins;
pdf::PDFPluginInfos m_plugins;