forked from qt-creator/qt-creator
RemoteLinux: Change the displayed names to 'Remote' instead of 'Generic'
Change-Id: I0e6edd24f10c69caf376379e1cec05bf90da9579 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -978,8 +978,8 @@ private:
|
||||
LinuxDevice::LinuxDevice()
|
||||
: d(new LinuxDevicePrivate(this))
|
||||
{
|
||||
setDisplayType(tr("Generic Linux"));
|
||||
setDefaultDisplayName(tr("Generic Linux Device"));
|
||||
setDisplayType(tr("Remote Linux"));
|
||||
setDefaultDisplayName(tr("Remote Linux Device"));
|
||||
setOsType(OsTypeLinux);
|
||||
|
||||
addDeviceAction({tr("Deploy Public Key..."), [](const IDevice::Ptr &device, QWidget *parent) {
|
||||
@@ -1714,7 +1714,7 @@ namespace Internal {
|
||||
LinuxDeviceFactory::LinuxDeviceFactory()
|
||||
: IDeviceFactory(Constants::GenericLinuxOsType)
|
||||
{
|
||||
setDisplayName(LinuxDevice::tr("Generic Linux Device"));
|
||||
setDisplayName(LinuxDevice::tr("Remote Linux Device"));
|
||||
setIcon(QIcon());
|
||||
setConstructionFunction(&LinuxDevice::create);
|
||||
setCreator([] {
|
||||
|
||||
Reference in New Issue
Block a user