forked from len0rd/rockbox
Fix Qt5 / MinGW problems.
Add missing multimedia module and update some includes. Change-Id: I98c65c4f2e21e6a63d552669468b1da313520499
This commit is contained in:
parent
801f3bbec4
commit
891351db60
5 changed files with 12 additions and 3 deletions
|
|
@ -20,6 +20,9 @@
|
|||
#include <QProgressDialog>
|
||||
#include <QFileDialog>
|
||||
#include <QUrl>
|
||||
#if !defined(Q_OS_LINUX)
|
||||
#include <QSound>
|
||||
#endif
|
||||
|
||||
#include "version.h"
|
||||
#include "configure.h"
|
||||
|
|
@ -850,7 +853,6 @@ void Config::configTts()
|
|||
{
|
||||
int index = ui.comboTts->currentIndex();
|
||||
TTSBase* tts = TTSBase::getTTS(this,ui.comboTts->itemData(index).toString());
|
||||
|
||||
EncTtsCfgGui gui(this,tts,TTSBase::getTTSName(ui.comboTts->itemData(index).toString()));
|
||||
gui.exec();
|
||||
updateTtsState(ui.comboTts->currentIndex());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue