Skip to content
Snippets Groups Projects
Commit 187fb148 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Revert "Fix typos"


This reverts commit b2796f69f78b8243e1e4cedef44d23e273317727

Again, these are not typos. See I1833b5229f4cfa2c7c9c4599963b097731b55fb5.

Change-Id: I48cbe15605a0dd8b283d49ff35b6e66ba172c410
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent c0accaa3
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ public:
virtual IDeviceWidget *createWidget(const IDevice::Ptr &device, QWidget *parent = 0) const = 0;
/*!
Returns true if this factory supports the given device type.
Returns true iff this factory supports the given device type.
*/
virtual bool supportsDeviceType(const QString &type) const = 0;
......@@ -106,7 +106,7 @@ public:
virtual QString displayNameForActionId(const QString &actionId) const = 0;
/*!
True if the user should be allowed to edit the devices created by this
True iff the user should be allowed to edit the devices created by this
factory. Returns true by default. Override if your factory creates fixed configurations
for which later editing makes no sense.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment