forked from qt-creator/qt-creator
Rename "Linux Devices" to "Devices" in settings GUI.
We will soon have non-Linux devices in there as well. Consequently, the whole device configuration infrastructure should be refactored and a base class be moved to the core plugin in a follow-up commit. Change-Id: I35cfa9e020dd42856fd3c25308cdff7a65d3887b Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -210,7 +210,7 @@ public:
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns a list of ids representing actions that can be run on device configurations
|
Returns a list of ids representing actions that can be run on device configurations
|
||||||
that this factory supports. These actions will be available in the "Linux Devices"
|
that this factory supports. These actions will be available in the "Devices"
|
||||||
options page.
|
options page.
|
||||||
*/
|
*/
|
||||||
virtual QStringList supportedDeviceActionIds() const = 0;
|
virtual QStringList supportedDeviceActionIds() const = 0;
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ QString LinuxDeviceConfigurationsSettingsPage::category() const
|
|||||||
|
|
||||||
QString LinuxDeviceConfigurationsSettingsPage::displayCategory() const
|
QString LinuxDeviceConfigurationsSettingsPage::displayCategory() const
|
||||||
{
|
{
|
||||||
return QCoreApplication::translate("RemoteLinux", "Linux Devices");
|
return QCoreApplication::translate("RemoteLinux", "Devices");
|
||||||
}
|
}
|
||||||
|
|
||||||
QIcon LinuxDeviceConfigurationsSettingsPage::categoryIcon() const
|
QIcon LinuxDeviceConfigurationsSettingsPage::categoryIcon() const
|
||||||
|
|||||||
Reference in New Issue
Block a user