forked from qt-creator/qt-creator
Unify zooming actions of image viewer and model editor
Change-Id: I5761ab579beda5b2cd0b725869ed216cb97e900c Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -77,6 +77,9 @@ const char CUT[] = "QtCreator.Cut";
|
||||
const char SELECTALL[] = "QtCreator.SelectAll";
|
||||
|
||||
const char GOTO[] = "QtCreator.Goto";
|
||||
const char ZOOM_IN[] = "QtCreator.ZoomIn";
|
||||
const char ZOOM_OUT[] = "QtCreator.ZoomOut";
|
||||
const char ZOOM_RESET[] = "QtCreator.ZoomReset";
|
||||
|
||||
const char NEW[] = "QtCreator.New";
|
||||
const char OPEN[] = "QtCreator.Open";
|
||||
|
||||
Reference in New Issue
Block a user