From 254185c4ea481ea53d960d34134c04a8a2dab167 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 14 Mar 2012 20:09:22 +0100 Subject: [PATCH] Revert "Fix some typos" This reverts commit 56a30f74577f52d74ecf5469be2d650d71252823 The original version is correct; the "fix" changes the meaning. http://en.wikipedia.org/wiki/Iff Change-Id: I1833b5229f4cfa2c7c9c4599963b097731b55fb5 Reviewed-by: Christian Kandeler --- src/plugins/projectexplorer/devicesupport/idevicefactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/projectexplorer/devicesupport/idevicefactory.h b/src/plugins/projectexplorer/devicesupport/idevicefactory.h index 631a28d37da..b55570c98a1 100644 --- a/src/plugins/projectexplorer/devicesupport/idevicefactory.h +++ b/src/plugins/projectexplorer/devicesupport/idevicefactory.h @@ -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. */