Fix typos

Change-Id: I636af8ae9f4bd5a6abd55122cb892eb562159547
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Tobias Hunger
2012-03-23 15:14:21 +01:00
parent ef643d48ea
commit 362158c229

View File

@@ -83,7 +83,7 @@ public:
virtual IDeviceWidget *createWidget(const IDevice::Ptr &device, QWidget *parent = 0) const = 0; virtual IDeviceWidget *createWidget(const IDevice::Ptr &device, QWidget *parent = 0) const = 0;
/*! /*!
Returns true iff this factory supports the given device type. Returns true if this factory supports the given device type.
*/ */
virtual bool supportsDeviceType(const QString &type) const = 0; virtual bool supportsDeviceType(const QString &type) const = 0;
@@ -106,7 +106,7 @@ public:
virtual QString displayNameForActionId(const QString &actionId) const = 0; virtual QString displayNameForActionId(const QString &actionId) const = 0;
/*! /*!
True iff the user should be allowed to edit the devices created by this True if the user should be allowed to edit the devices created by this
factory. Returns true by default. Override if your factory creates fixed configurations factory. Returns true by default. Override if your factory creates fixed configurations
for which later editing makes no sense. for which later editing makes no sense.
*/ */