forked from qt-creator/qt-creator
SquishTests: Add new extensions view as expected
Fixes e.g. accessing the Help view. Change-Id: If8051ba93d20704670c3bcab60d4d5bcd5d539bc Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
@@ -56,7 +56,7 @@ class ProjectSettings:
|
|||||||
|
|
||||||
# this class defines some constants for the views of the creator's MainWindow
|
# this class defines some constants for the views of the creator's MainWindow
|
||||||
class ViewConstants:
|
class ViewConstants:
|
||||||
WELCOME, EDIT, DESIGN, DEBUG, PROJECTS, HELP = range(6)
|
WELCOME, EDIT, DESIGN, DEBUG, PROJECTS, EXTENSIONS, HELP = range(7)
|
||||||
FIRST_AVAILABLE = 0
|
FIRST_AVAILABLE = 0
|
||||||
# always adjust the following to the highest value of the available ViewConstants when adding new
|
# always adjust the following to the highest value of the available ViewConstants when adding new
|
||||||
LAST_AVAILABLE = HELP
|
LAST_AVAILABLE = HELP
|
||||||
|
Reference in New Issue
Block a user