diff options
| author | Liang Qi <liang.qi@qt.io> | 2016-08-01 11:15:38 +0200 |
|---|---|---|
| committer | Liang Qi <liang.qi@qt.io> | 2016-08-01 11:15:38 +0200 |
| commit | 30a4041893c8132040cd982c9ca1204345801750 (patch) | |
| tree | 39d35ef5a52becbf833608b8c86cd0c5bf8fe837 /src/xmlpatterns/functions | |
| parent | e0207675f2cb28713c9cfce1ecc5854a082d3d2c (diff) | |
| parent | c0b6fbcadbefcc8a91e5db7fd98662dddcd7a0f8 (diff) | |
Merge remote-tracking branch 'origin/5.6' into 5.7
Change-Id: I0653ca8dd6a9b6ee2314911c7679a1c056dc3709
Diffstat (limited to 'src/xmlpatterns/functions')
| -rw-r--r-- | src/xmlpatterns/functions/qfunctionfactory_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/functions/qfunctionfactory_p.h b/src/xmlpatterns/functions/qfunctionfactory_p.h index ccf76f6a..074b02dc 100644 --- a/src/xmlpatterns/functions/qfunctionfactory_p.h +++ b/src/xmlpatterns/functions/qfunctionfactory_p.h @@ -74,7 +74,7 @@ namespace QPatternist * Language (XPath) 2.0, Definition: Function signatures</a> * @author Frans Englich <frans.englich@nokia.com> */ - class FunctionFactory : public QSharedData + class Q_AUTOTEST_EXPORT FunctionFactory : public QSharedData { public: |
