forked from qt-creator/qt-creator
Fix lupdate issues
Change-Id: Ib0cbb96a1a4857db5724f9d1e316b97bf2827dbd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -200,7 +200,7 @@ QmlPreviewPluginPrivate::QmlPreviewPluginPrivate(QmlPreviewPlugin *parent)
|
||||
|
||||
Core::Context projectTreeContext(Constants::C_PROJECT_TREE);
|
||||
menu = Core::ActionManager::actionContainer(Constants::M_FILECONTEXT);
|
||||
action = new QAction(tr("Preview File"), this);
|
||||
action = new QAction(QmlPreviewPlugin::tr("Preview File"), this);
|
||||
action->setEnabled(false);
|
||||
connect(q, &QmlPreviewPlugin::runningPreviewsChanged,
|
||||
action, [action](const QmlPreviewRunControlList &previews) {
|
||||
|
||||
Reference in New Issue
Block a user