Rename m_voiceClient to m_voice for consistency

refs #226
This commit is contained in:
Roland Winklmeier
2014-05-02 14:06:06 +02:00
parent 68e9cc2c3e
commit 132adc28b5
2 changed files with 19 additions and 19 deletions

View File

@@ -55,7 +55,7 @@ private slots:
private:
QMap<QString, std::function<void(QTextStream &)>> m_commands;
BlackCore::IVoice *m_voiceClient;
BlackCore::IVoice *m_voice;
};