forked from qt-creator/qt-creator
Help: Remove unnecessary QLatin1Strings
Change-Id: Ia5c83d5e2c392873f400f3db396b9c355cdd4192 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -366,7 +366,7 @@ void TextBrowserHelpWidget::scaleDown()
|
||||
|
||||
void TextBrowserHelpWidget::contextMenuEvent(QContextMenuEvent *event)
|
||||
{
|
||||
QMenu menu(QLatin1String(""), 0);
|
||||
QMenu menu("", 0);
|
||||
|
||||
QAction *copyAnchorAction = 0;
|
||||
const QUrl link(linkAt(event->pos()));
|
||||
|
||||
Reference in New Issue
Block a user