forked from qt-creator/qt-creator
Squish: Update comments
Change-Id: I10dc06b257ae82e454a47d21086b481f8bca7654 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -53,9 +53,9 @@ def main():
|
||||
return
|
||||
test.verify(checkIfObjectExists(":Qt Creator_CppEditor::Internal::CPPEditorWidget"),
|
||||
"Verifying if: .cpp file is opened in Edit mode.")
|
||||
# place cursor on line "QmlApplicationViewer viewer;"
|
||||
editorWidget = findObject(":Qt Creator_CppEditor::Internal::CPPEditorWidget")
|
||||
# invoke find usages from context menu on word "viewer"
|
||||
# place cursor on line "class TriangleWindow : public OpenGLWindow"
|
||||
# invoke find usages from context menu on word "OpenGLWindow"
|
||||
if not invokeFindUsage(editorWidget, "class TriangleWindow : public OpenGLWindow",
|
||||
"<Left>"):
|
||||
invokeMenuItem("File", "Exit")
|
||||
|
Reference in New Issue
Block a user