forked from qt-creator/qt-creator
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:
@@ -70,7 +70,6 @@ private:
|
||||
|
||||
QColor m_borderColorOuter;
|
||||
QColor m_borderColorInner;
|
||||
|
||||
};
|
||||
|
||||
} // namespace QmlJSInspector
|
||||
|
||||
Reference in New Issue
Block a user