Skip to content
Snippets Groups Projects
Commit a5af7e8f authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Compile fix.

parent 8d3e48af
No related branches found
No related tags found
No related merge requests found
...@@ -773,7 +773,7 @@ SymbolGroupValueVector qHashNodes(const SymbolGroupValue &v, ...@@ -773,7 +773,7 @@ SymbolGroupValueVector qHashNodes(const SymbolGroupValue &v,
if (!bucketPointers) if (!bucketPointers)
return SymbolGroupValueVector(); return SymbolGroupValueVector();
// Get list of buckets (starting elements of 'QHashData::Node') // Get list of buckets (starting elements of 'QHashData::Node')
const std::string dummyNodeType = ntext()).prependQtCoreModule("QHashData::Node"); const std::string dummyNodeType = QtInfo::get(v.context()).prependQtCoreModule("QHashData::Node");
const SymbolGroupValueVector buckets = SymbolGroupValue::pointerSize() == 8 ? const SymbolGroupValueVector buckets = SymbolGroupValue::pointerSize() == 8 ?
hashBuckets(v.node()->symbolGroup(), dummyNodeType, hashBuckets(v.node()->symbolGroup(), dummyNodeType,
reinterpret_cast<const ULONG64 *>(bucketPointers), numBuckets, reinterpret_cast<const ULONG64 *>(bucketPointers), numBuckets,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment