Commit c4ff790d5bd501b27798071fbc2075fd91cd994b

Authored by Charles Otto
1 parent 8fde04e6

Default Transform::fromAlgorithm preprocess to false, following changes to strea…

…m, this is now a bad default
Showing 1 changed file with 1 additions and 1 deletions
openbr/openbr_plugin.h
@@ -1178,7 +1178,7 @@ public: @@ -1178,7 +1178,7 @@ public:
1178 1178
1179 virtual ~Transform() {} 1179 virtual ~Transform() {}
1180 static Transform *make(QString str, QObject *parent); /*!< \brief Make a transform from a string. */ 1180 static Transform *make(QString str, QObject *parent); /*!< \brief Make a transform from a string. */
1181 - static QSharedPointer<Transform> fromAlgorithm(const QString &algorithm, bool preprocess=true); /*!< \brief Retrieve an algorithm's transform. If preprocess is true, attaches a stream transform as the root of the algorithm*/ 1181 + static QSharedPointer<Transform> fromAlgorithm(const QString &algorithm, bool preprocess=false); /*!< \brief Retrieve an algorithm's transform. If preprocess is true, attaches a stream transform as the root of the algorithm*/
1182 static QSharedPointer<Transform> fromComparison(const QString &algorithm); 1182 static QSharedPointer<Transform> fromComparison(const QString &algorithm);
1183 1183
1184 virtual Transform *clone() const; /*!< \brief Copy the transform. */ 1184 virtual Transform *clone() const; /*!< \brief Copy the transform. */