Removed
Link Here
|
1 |
--- src/gui/chessxsettings.h.orig 2023-05-08 20:22:12 UTC |
2 |
+++ src/gui/chessxsettings.h |
3 |
@@ -13,16 +13,11 @@ class ChessXSettings : public Settings |
4 |
public: |
5 |
ChessXSettings(); |
6 |
ChessXSettings(const QString &fileName); |
7 |
- |
8 |
virtual bool layout(QWidget* w); |
9 |
virtual void setLayout(const QWidget* w); |
10 |
- |
11 |
static QLocale locale(); // Get the locale based upon current settings |
12 |
-#ifdef USE_SPEECH |
13 |
static QStringList availableVoices(QString lang); // Get the list of voices based upon selected locale |
14 |
static void configureSpeech(QTextToSpeech* speech); |
15 |
-#endif |
16 |
- |
17 |
protected: |
18 |
virtual void initWidgetValues(QMap<QString, QVariant>& map) const; |
19 |
}; |
20 |
- |