QmlDesigner: Fix compilation with Qt 5.6

Broke by 5da074f95a.

Change-Id: Icd0400e7b19a564ba2777e1cceadd4994eb867f8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-10-16 00:48:52 +03:00
committed by Thomas Hartmann
parent 5da074f95a
commit fc64192312

View File

@@ -69,7 +69,8 @@ ShortCutManager::ShortCutManager()
m_restoreDefaultViewAction(tr("&Restore Default View"), 0),
m_toggleLeftSidebarAction(tr("Toggle &Left Sidebar"), 0),
m_toggleRightSidebarAction(tr("Toggle &Right Sidebar"), 0),
m_goIntoComponentAction (tr("&Go into Component"), 0)
m_goIntoComponentAction(tr("&Go into Component"), 0),
m_escapeAction(this)
{
}