diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-06-20 18:49:40 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-27 08:29:04 +0200 |
commit | 8e30519cf65edf285b96edc7be1a360411c5efc1 (patch) | |
tree | 369bc615417d6afc8f3e1c63f3341476615fd2aa /src/xmlpatterns/data/qabstractfloatmathematician_p.h | |
parent | 77c42e348c7612eda948b57acce99965ac8df9f7 (diff) | |
download | qtxmlpatterns-8e30519cf65edf285b96edc7be1a360411c5efc1.tar.gz |
change naming convention for template source files
rename *.cpp => *_tpl_p.h
otherwise, syncqt doesn't generate code to install them, which makes the
"regular" private headers which include the template code useless.
Change-Id: I7f3a34bf442fb003bcb7ef96dd4f88d47bd6598b
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/xmlpatterns/data/qabstractfloatmathematician_p.h')
-rw-r--r-- | src/xmlpatterns/data/qabstractfloatmathematician_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/data/qabstractfloatmathematician_p.h b/src/xmlpatterns/data/qabstractfloatmathematician_p.h index 6fa15ac..e2308b8 100644 --- a/src/xmlpatterns/data/qabstractfloatmathematician_p.h +++ b/src/xmlpatterns/data/qabstractfloatmathematician_p.h @@ -85,7 +85,7 @@ namespace QPatternist const QExplicitlySharedDataPointer<DynamicContext> &context) const; }; -#include "qabstractfloatmathematician.cpp" +#include "qabstractfloatmathematician_tpl_p.h" /** * An instantiation of AbstractFloatMathematician that handles @c xs:double. |