forked from qt-creator/qt-creator
QmlDesigner: QLatin1Fix
Change-Id: Ida35d96b958be68f498df085ef2429f33ca570f5
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
(cherry picked from commit c15b1d8819)
This commit is contained in:
@@ -249,7 +249,7 @@ void DebugView::rewriterEndTransaction()
|
||||
|
||||
WidgetInfo DebugView::widgetInfo()
|
||||
{
|
||||
return createWidgetInfo(m_debugViewWidget.data(), "DebugView", WidgetInfo::LeftPane, 0, tr("Debug View"));
|
||||
return createWidgetInfo(m_debugViewWidget.data(), QLatin1String("DebugView"), WidgetInfo::LeftPane, 0, tr("Debug View"));
|
||||
}
|
||||
|
||||
bool DebugView::hasWidget() const
|
||||
|
||||
Reference in New Issue
Block a user