Skip to content
Snippets Groups Projects
Commit 7acb8573 authored by Marco Bubke's avatar Marco Bubke Committed by Thomas Hartmann
Browse files

QmlDesigner: Fix spelling


Change-Id: I0667340c83b8c8ec5ffc965fe239c9a5b7891c9f
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
(cherry picked from commit 28413a81)
Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
parent 2d2cf332
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public:
void resetPropertyEditorView();
void resisterFormEditorTool(AbstractFormEditorTool *tool); // takes ownership
void registerFormEditorTool(AbstractFormEditorTool *tool); // takes ownership
void registerView(AbstractView *view);
QList<WidgetInfo> widgetInfos();
......
......@@ -88,7 +88,7 @@ void ViewManager::resetPropertyEditorView()
m_propertyEditorView.resetView();
}
void ViewManager::resisterFormEditorTool(AbstractFormEditorTool *tool)
void ViewManager::registerFormEditorTool(AbstractFormEditorTool *tool)
{
m_formEditorView.registerTool(tool);
}
......
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