Skip to content

Commit

Permalink
Initialise members of BrowserApi. Coverity.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed May 26, 2013
1 parent 313a1cb commit d6ed400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mythtv/libs/libmythui/mythuiwebbrowser.cpp
Expand Up @@ -120,7 +120,9 @@ static QNetworkAccessManager *GetNetworkAccessManager(void)
* @brief Adds a JavaScript object
* \note allows the browser to control the music player
*/
BrowserApi::BrowserApi(QObject *parent) : QObject(parent)
BrowserApi::BrowserApi(QObject *parent)
: QObject(parent),
m_frame(NULL), m_gotAnswer(false)
{
gCoreContext->addListener(this);
}
Expand Down

0 comments on commit d6ed400

Please sign in to comment.