summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qhash.h')
-rw-r--r--src/corelib/tools/qhash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qhash.h b/src/corelib/tools/qhash.h
index 2ac6920cc3..cee58a0f2f 100644
--- a/src/corelib/tools/qhash.h
+++ b/src/corelib/tools/qhash.h
@@ -691,7 +691,7 @@ struct iterator {
} // namespace QHashPrivate
-template <class Key, class T>
+template <typename Key, typename T>
class QHash
{
using Node = QHashPrivate::Node<Key, T>;
@@ -1136,7 +1136,7 @@ public:
-template <class Key, class T>
+template <typename Key, typename T>
class QMultiHash
{
using Node = QHashPrivate::MultiNode<Key, T>;