forked from qt-creator/qt-creator
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:
committed by
Thomas Hartmann
parent
5da074f95a
commit
fc64192312
@@ -69,7 +69,8 @@ ShortCutManager::ShortCutManager()
|
|||||||
m_restoreDefaultViewAction(tr("&Restore Default View"), 0),
|
m_restoreDefaultViewAction(tr("&Restore Default View"), 0),
|
||||||
m_toggleLeftSidebarAction(tr("Toggle &Left Sidebar"), 0),
|
m_toggleLeftSidebarAction(tr("Toggle &Left Sidebar"), 0),
|
||||||
m_toggleRightSidebarAction(tr("Toggle &Right 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)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user