summaryrefslogtreecommitdiffstats
path: root/src/tts/qvoice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tts/qvoice.h')
-rw-r--r--src/tts/qvoice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tts/qvoice.h b/src/tts/qvoice.h
index ab4a122..e7f1021 100644
--- a/src/tts/qvoice.h
+++ b/src/tts/qvoice.h
@@ -71,6 +71,9 @@ public:
void operator=(const QVoice &other);
+ bool operator==(const QVoice &other);
+ bool operator!=(const QVoice &other);
+
QString name() const;
Gender gender() const;
Age age() const;