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:
Christian Kandeler
2012-02-28 17:16:27 +01:00
parent 0c597a6f07
commit 90d36736e8
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ public:
/*!
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.
*/
virtual QStringList supportedDeviceActionIds() const = 0;