forked from qt-creator/qt-creator
Core: Tr::tr
Change-Id: I0064814b0689f0f65072d2b0f60e26162587fd54 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "iversioncontrol.h"
|
||||
|
||||
#include "coreplugintr.h"
|
||||
#include "vcsmanager.h"
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
@@ -53,7 +55,7 @@ namespace Core {
|
||||
|
||||
QString IVersionControl::vcsOpenText() const
|
||||
{
|
||||
return tr("Open with VCS (%1)").arg(displayName());
|
||||
return Tr::tr("Open with VCS (%1)").arg(displayName());
|
||||
}
|
||||
|
||||
QString IVersionControl::vcsMakeWritableText() const
|
||||
|
||||
Reference in New Issue
Block a user