summaryrefslogtreecommitdiff
path: root/navit/speech/qt5_espeak/Qt5EspeakAudioOut.h
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-10-29 15:14:23 -0700
committerGitHub <noreply@github.com>2019-10-29 15:14:23 -0700
commitc0a7ca3b532251ef0334f84c17a19274f501969c (patch)
treeef5adcbab64bd158e30836fe6d91058b6c1cce0c /navit/speech/qt5_espeak/Qt5EspeakAudioOut.h
parent91c085e7f9e0e31eaedd9926b3682d980587333c (diff)
downloadnavit-c0a7ca3b532251ef0334f84c17a19274f501969c.tar.gz
cleanup:qt:Whitespaces and blank lines cleanup according to cpplint (#930)
* cleanup:qt:Whitespaces and blank lines cleanup according to cpplint * More blank lines * Yet another one [skip-ci] * Another few fixes * Weird use case. Do we need this protected declaration?
Diffstat (limited to 'navit/speech/qt5_espeak/Qt5EspeakAudioOut.h')
-rw-r--r--navit/speech/qt5_espeak/Qt5EspeakAudioOut.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/navit/speech/qt5_espeak/Qt5EspeakAudioOut.h b/navit/speech/qt5_espeak/Qt5EspeakAudioOut.h
index d7eb632fd..520163ad1 100644
--- a/navit/speech/qt5_espeak/Qt5EspeakAudioOut.h
+++ b/navit/speech/qt5_espeak/Qt5EspeakAudioOut.h
@@ -26,6 +26,7 @@
#include <QObject>
class Qt5EspeakAudioOut : public QObject {
Q_OBJECT
+
public:
/* Instantiate this. Parameters are the sample rate to use,
* and the category to sort this audio output to. Not all platforms
@@ -45,6 +46,8 @@ signals:
void call_resume(int state);
protected:
+ /* None */
+
private:
/* internal buffer */
QByteArray* data;