Fixes: - Crash with "Go to slot" from form editor

This commit is contained in:
con
2009-02-03 19:46:22 +01:00
parent 58eef7aa4b
commit 4242ce7cb0
@@ -564,7 +564,7 @@ bool WorkbenchIntegration::navigateToSlot(const QString &objectName,
// Find the class definition in the file itself or in the directly
// included files (order 1).
QString namespaceName;
const Class *cl;
const Class *cl = 0;
Document::Ptr doc;
foreach (const Document::Ptr &d, docList) {