summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/functions
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-20 18:49:40 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-27 08:29:04 +0200
commit8e30519cf65edf285b96edc7be1a360411c5efc1 (patch)
tree369bc615417d6afc8f3e1c63f3341476615fd2aa /src/xmlpatterns/functions
parent77c42e348c7612eda948b57acce99965ac8df9f7 (diff)
downloadqtxmlpatterns-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/functions')
-rw-r--r--src/xmlpatterns/functions/qcomparingaggregator_p.h2
-rw-r--r--src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h (renamed from src/xmlpatterns/functions/qcomparingaggregator.cpp)0
-rw-r--r--src/xmlpatterns/functions/qdatetimefns_p.h2
-rw-r--r--src/xmlpatterns/functions/qdatetimefns_tpl_p.h (renamed from src/xmlpatterns/functions/qdatetimefns.cpp)0
4 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/functions/qcomparingaggregator_p.h b/src/xmlpatterns/functions/qcomparingaggregator_p.h
index b1e6625..c14d48e 100644
--- a/src/xmlpatterns/functions/qcomparingaggregator_p.h
+++ b/src/xmlpatterns/functions/qcomparingaggregator_p.h
@@ -122,7 +122,7 @@ namespace QPatternist
using CastingPlatform<ComparingAggregator<oper, result>, true>::cast;
};
-#include "qcomparingaggregator.cpp"
+#include "qcomparingaggregator_tpl_p.h"
/**
* @short An instantiation of ComparingAggregator suitable for <tt>fn:max()</tt>.
diff --git a/src/xmlpatterns/functions/qcomparingaggregator.cpp b/src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h
index f8c8859..f8c8859 100644
--- a/src/xmlpatterns/functions/qcomparingaggregator.cpp
+++ b/src/xmlpatterns/functions/qcomparingaggregator_tpl_p.h
diff --git a/src/xmlpatterns/functions/qdatetimefns_p.h b/src/xmlpatterns/functions/qdatetimefns_p.h
index 0e9272e..8f23712 100644
--- a/src/xmlpatterns/functions/qdatetimefns_p.h
+++ b/src/xmlpatterns/functions/qdatetimefns_p.h
@@ -294,7 +294,7 @@ namespace QPatternist
inline Item extract(const QDateTime &dt) const;
};
-#include "qdatetimefns.cpp"
+#include "qdatetimefns_tpl_p.h"
}
diff --git a/src/xmlpatterns/functions/qdatetimefns.cpp b/src/xmlpatterns/functions/qdatetimefns_tpl_p.h
index 2108c4d..2108c4d 100644
--- a/src/xmlpatterns/functions/qdatetimefns.cpp
+++ b/src/xmlpatterns/functions/qdatetimefns_tpl_p.h