mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
actually use the JSONTypePair alias
This commit is contained in:
parent
76e547498d
commit
605474a32c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ private:
|
|||
|
||||
using JSONTypePair = std::pair<QJsonValueRef, quint8>;
|
||||
|
||||
QMultiHash<QUrl, std::pair<QJsonValueRef, quint8>> _pendingReplacements;
|
||||
QMultiHash<QUrl, JSONTypePair> _pendingReplacements;
|
||||
QHash<QUrl, QUrl> _uploadedAssets;
|
||||
QHash<QObject*, QUrl> _originalURLs;
|
||||
QSet<QUrl> _ignoredUrls;
|
||||
|
|
Loading…
Reference in a new issue