~aacid/unity-2d/unity-2d_hud_configuration_key

« back to all changes in this revision

Viewing changes to shell/app/shelldeclarativeview.cpp

  • Committer: Tarmac
  • Author(s): Albert Astals
  • Date: 2012-03-28 14:31:16 UTC
  • mfrom: (1017.1.1 unity-2d_trunk)
  • Revision ID: tarmac-20120328143116-832yi7unbh5l1sz6
Initialize m_monitoredAreaContainsMouse. Fixes: . Approved by .

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
ShellDeclarativeView::ShellDeclarativeView(ShellManager *manager, const QUrl &sourceFileUrl, int screen)
47
47
    : Unity2DDeclarativeView()
 
48
    , m_monitoredAreaContainsMouse(false)
48
49
    , m_sourceFileUrl(sourceFileUrl)
49
50
    , m_manager(manager)
50
51
{