summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/base/voicefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/voicefile.h')
-rw-r--r--rbutil/rbutilqt/base/voicefile.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/base/voicefile.h b/rbutil/rbutilqt/base/voicefile.h
index 72f905e4f2..94aea6c643 100644
--- a/rbutil/rbutilqt/base/voicefile.h
+++ b/rbutil/rbutilqt/base/voicefile.h
@@ -40,7 +40,7 @@ public:
bool createVoiceFile();
void setMountPoint(QString mountpoint) {m_mountpoint =mountpoint; }
- void setLang(QString name){m_lang =name;}
+ void setLang(QString name) { m_lang = name; }
void setWavtrimThreshold(int th){m_wavtrimThreshold = th;}
public slots:
@@ -56,8 +56,9 @@ private slots:
void downloadDone(bool error);
private:
+
void cleanup();
-
+
HttpGet *getter;
QString filename; //the temporary file
QString m_mountpoint; //mountpoint of the device