forked from qt-creator/qt-creator
		
	Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
		| @@ -2427,7 +2427,7 @@ static void drawRectBox(QPainter *painter, const QRect &rect, bool start, bool e | ||||
|  | ||||
|     QRgb b = pal.base().color().rgb(); | ||||
|     QRgb h = pal.highlight().color().rgb(); | ||||
|     QColor c = StyleHelper::mergedColors(b,h, 50); | ||||
|     QColor c = Utils::StyleHelper::mergedColors(b,h, 50); | ||||
|  | ||||
|     QLinearGradient grad(rect.topLeft(), rect.topRight()); | ||||
|     grad.setColorAt(0, c.lighter(110)); | ||||
| @@ -4678,7 +4678,7 @@ BaseTextEditorEditable::BaseTextEditorEditable(BaseTextEditor *editor) | ||||
|     aggregate->add(editor); | ||||
| #endif | ||||
|  | ||||
|     m_cursorPositionLabel = new Core::Utils::LineColumnLabel; | ||||
|     m_cursorPositionLabel = new Utils::LineColumnLabel; | ||||
|  | ||||
|     QHBoxLayout *l = new QHBoxLayout; | ||||
|     QWidget *w = new QWidget; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user