aboutsummaryrefslogtreecommitdiff
path: root/src/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aoapplication.h')
-rw-r--r--src/aoapplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h
index 6022ca1d..1386ff10 100644
--- a/src/aoapplication.h
+++ b/src/aoapplication.h
@@ -43,7 +43,7 @@ public:
inline VPath operator+(const VPath &str) const { return VPath(this->toQString() + str.toQString()); }
};
-inline size_t qHash(const VPath &key, uint seed = qGlobalQHashSeed())
+inline size_t qHash(const VPath &key, uint seed = QHashSeed::globalSeed())
{
return qHash(key.toQString(), seed);
}