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

@@ -70,7 +70,6 @@ private:
QColor m_borderColorOuter;
QColor m_borderColorInner;
};
} // namespace QmlJSInspector