QmlJSDebugger: Prefix live editor related classes

AbstractFormEditorTool -> AbstractLiveEditTool
LayerItem -> LiveLayerItem
SelectionIndicator -> LiveSelectionIndicator
SelectionRectangle -> LiveSelectionRectangle
SelectionTool -> LiveSelectionTool
SingleSelectionManipulator -> LiveSingleSelectionManipulator
RubberBandSelectionManipulator -> LiveRubberBandSelectionManipulator
This commit is contained in:
Thorbjørn Lindeijer
2011-02-09 16:59:43 +01:00
parent 350eaa5029
commit f9e65028fd
29 changed files with 182 additions and 228 deletions

View File

@@ -363,4 +363,4 @@ void QmlToolbar::activateToQml()
emit applyChangesToQmlFileSelected();
}
}
} // namespace QmlJSDebugger