Fix crash in audioinput and audiooutput examples.

Do not call tr while initializing static objects.

Change-Id: Ia75ddd53ae22b0e4179f174da7d933156744e261
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-06-26 12:07:20 +10:00
committed by Qt by Nokia
parent 4af40afe46
commit 1c81d25e4f
4 changed files with 26 additions and 38 deletions

View File

@@ -131,11 +131,6 @@ private:
QIODevice *m_input;
bool m_pullMode;
QByteArray m_buffer;
static const QString PushModeLabel;
static const QString PullModeLabel;
static const QString SuspendLabel;
static const QString ResumeLabel;
};
#endif