aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/projectbuilddata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/buildgraph/projectbuilddata.h')
-rw-r--r--src/lib/corelib/buildgraph/projectbuilddata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/corelib/buildgraph/projectbuilddata.h b/src/lib/corelib/buildgraph/projectbuilddata.h
index 0df303c0b..785a86cbb 100644
--- a/src/lib/corelib/buildgraph/projectbuilddata.h
+++ b/src/lib/corelib/buildgraph/projectbuilddata.h
@@ -99,8 +99,8 @@ private:
pool.serializationOp<opType>(fileDependencies, rawScanResults);
}
- typedef QHash<QString, QList<FileResourceBase *> > ResultsPerDirectory;
- typedef QHash<QString, ResultsPerDirectory> ArtifactLookupTable;
+ using ResultsPerDirectory = QHash<QString, QList<FileResourceBase *>>;
+ using ArtifactLookupTable = QHash<QString, ResultsPerDirectory>;
ArtifactLookupTable m_artifactLookupTable;
bool m_doCleanupInDestructor = true;
bool m_isDirty = true;