Squish: Fix installLazySignalHandler() registration

Change-Id: I3bab865726feedc6df54ad852d4aaf5f3bc1460d
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2013-05-31 13:38:04 +02:00
parent 84b72f8974
commit 9e4fa5e29e

View File

@@ -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)