summaryrefslogtreecommitdiff
path: root/src/lib/corelib/tools/buildoptions.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-08-02 10:23:29 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-02 15:44:16 +0000
commit556d6dbc81705547a3cb438f6ab7f2c0c3f8cd11 (patch)
treefb31fac4ce004b63016f595a809dfeacef1b0426 /src/lib/corelib/tools/buildoptions.cpp
parent863b5f6ed8fe5ec17197e6103a18f02b07a7208e (diff)
downloadqbs-556d6dbc81705547a3cb438f6ab7f2c0c3f8cd11.tar.gz
Remove support for deprecated Transformer item
[ChangeLog] Support for the deprecated Transformer item was removed. Change-Id: I47b88fcf4e58a5c347838d598d44bad404381ee0 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/lib/corelib/tools/buildoptions.cpp')
-rw-r--r--src/lib/corelib/tools/buildoptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/corelib/tools/buildoptions.cpp b/src/lib/corelib/tools/buildoptions.cpp
index ba49cbc56..64f5bb309 100644
--- a/src/lib/corelib/tools/buildoptions.cpp
+++ b/src/lib/corelib/tools/buildoptions.cpp
@@ -242,7 +242,7 @@ void BuildOptions::setForceTimestampCheck(bool enabled)
}
/*!
- * \brief Returns true if qbs will test whether rules and transformers actually create their
+ * \brief Returns true if qbs will test whether rules actually create their
* declared output artifacts.
* The default is \c false.
*/
@@ -252,7 +252,7 @@ bool BuildOptions::forceOutputCheck() const
}
/*!
- * \brief Controls whether qbs should test whether rules and transformers actually create their
+ * \brief Controls whether qbs should test whether rules actually create their
* declared output artifacts. Enabling this may introduce some small I/O overhead during the build.
*/
void BuildOptions::setForceOutputCheck(bool enabled)