From 8e30519cf65edf285b96edc7be1a360411c5efc1 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Jun 2012 18:49:40 +0200 Subject: 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 --- src/xmlpatterns/data/qabstractfloatmathematician_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmlpatterns/data/qabstractfloatmathematician_p.h') 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 &context) const; }; -#include "qabstractfloatmathematician.cpp" +#include "qabstractfloatmathematician_tpl_p.h" /** * An instantiation of AbstractFloatMathematician that handles @c xs:double. -- cgit v1.2.1