-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1426 from xiaoyifang/staged
merge staged to dev
- Loading branch information
Showing
32 changed files
with
181 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
/* This file is (c) 2013 Timon Wong <[email protected]> | ||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ | ||
#ifndef NO_TTS_SUPPORT | ||
|
||
#include "voiceengines.hh" | ||
#include "audiolink.hh" | ||
#include "htmlescape.hh" | ||
#include "utf8.hh" | ||
#include "wstring_qt.hh" | ||
#include "voiceengines.hh" | ||
#include "audiolink.hh" | ||
#include "htmlescape.hh" | ||
#include "utf8.hh" | ||
#include "wstring_qt.hh" | ||
|
||
#include <string> | ||
#include <map> | ||
#include <string> | ||
#include <map> | ||
|
||
#include <QDir> | ||
#include <QFileInfo> | ||
#include <QCryptographicHash> | ||
#include <QDir> | ||
#include <QFileInfo> | ||
#include <QCryptographicHash> | ||
|
||
#include "utils.hh" | ||
#include "utils.hh" | ||
|
||
namespace VoiceEngines { | ||
|
||
|
@@ -137,3 +138,5 @@ vector< sptr< Dictionary::Class > > makeDictionaries( Config::VoiceEngines const | |
} | ||
|
||
} // namespace VoiceEngines | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
/* This file is (c) 2013 Timon Wong <[email protected]> | ||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ | ||
#pragma once | ||
#ifndef NO_TTS_SUPPORT | ||
|
||
#ifndef __VOICEENGINES_HH_INCLUDED__ | ||
#define __VOICEENGINES_HH_INCLUDED__ | ||
#include "dictionary.hh" | ||
#include "config.hh" | ||
#include "wstring.hh" | ||
|
||
#include "dictionary.hh" | ||
#include "config.hh" | ||
#include "wstring.hh" | ||
|
||
#include <QCryptographicHash> | ||
#include <QCryptographicHash> | ||
|
||
|
||
namespace VoiceEngines { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.