Skip to content
Snippets Groups Projects
Commit 4242ce7c authored by con's avatar con
Browse files

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

parent 58eef7aa
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment