aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/commandlinefrontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/qbs/commandlinefrontend.h')
-rw-r--r--src/app/qbs/commandlinefrontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/qbs/commandlinefrontend.h b/src/app/qbs/commandlinefrontend.h
index 8860324a6..363e0b040 100644
--- a/src/app/qbs/commandlinefrontend.h
+++ b/src/app/qbs/commandlinefrontend.h
@@ -81,7 +81,7 @@ private:
void handleProcessResultReport(const qbs::ProcessResult &result);
void checkCancelStatus();
- typedef QHash<Project, QList<ProductData> > ProductMap;
+ using ProductMap = QHash<Project, QList<ProductData>>;
ProductMap productsToUse() const;
bool resolvingMultipleProjects() const;