aboutsummaryrefslogtreecommitdiff
path: root/games/chessx/files/patch-src_gui_chessxsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/chessx/files/patch-src_gui_chessxsettings.h')
-rw-r--r--games/chessx/files/patch-src_gui_chessxsettings.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/chessx/files/patch-src_gui_chessxsettings.h b/games/chessx/files/patch-src_gui_chessxsettings.h
new file mode 100644
index 000000000000..2a8ce48f9913
--- /dev/null
+++ b/games/chessx/files/patch-src_gui_chessxsettings.h
@@ -0,0 +1,19 @@
+--- src/gui/chessxsettings.h.orig 2023-05-08 20:22:12 UTC
++++ src/gui/chessxsettings.h
+@@ -13,16 +13,11 @@ class ChessXSettings : public Settings
+ public:
+ ChessXSettings();
+ ChessXSettings(const QString &fileName);
+-
+ virtual bool layout(QWidget* w);
+ virtual void setLayout(const QWidget* w);
+-
+ static QLocale locale(); // Get the locale based upon current settings
+-#ifdef USE_SPEECH
+ static QStringList availableVoices(QString lang); // Get the list of voices based upon selected locale
+ static void configureSpeech(QTextToSpeech* speech);
+-#endif
+-
+ protected:
+ virtual void initWidgetValues(QMap<QString, QVariant>& map) const;
+ };