forked from qt-creator/qt-creator
Squish: Fix installLazySignalHandler() registration
Change-Id: I3bab865726feedc6df54ad852d4aaf5f3bc1460d Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -46,7 +46,8 @@ def main():
|
||||
if not startedWithoutPluginError():
|
||||
return
|
||||
overrideInstallLazySignalHandler()
|
||||
installLazySignalHandler(":Qt Creator_CppEditor::Internal::CPPEditorWidget", "textChanged()",
|
||||
# used simplified object to omit the visible property - causes Squish problem here otherwise
|
||||
installLazySignalHandler("{type='CppEditor::Internal::CPPEditorWidget'}", "textChanged()",
|
||||
"__handleTextChanged__")
|
||||
openQmakeProject(proFile)
|
||||
progressBarWait(20000)
|
||||
|
Reference in New Issue
Block a user