summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-05-30 23:29:21 +0200
committerLars Knoll <lars.knoll@qt.io>2020-06-05 09:07:14 +0200
commitc49728eb27be0f3f2eaaa77b0ed573f5d8705af1 (patch)
tree7115e967f463ab66c8df40dfd573cf5c8ddb8055 /qmake/generators/makefile.h
parent690abaac0e4bd57b5510e68730f7965c01a113da (diff)
Port qmake from QStringRef to QStringView
Change-Id: Ie07a976cd3c634e04c8b9b1e0a6cacd4c2d94939 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'qmake/generators/makefile.h')
-rw-r--r--qmake/generators/makefile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/qmake/generators/makefile.h b/qmake/generators/makefile.h
index b80b6e3e08..131da4943f 100644
--- a/qmake/generators/makefile.h
+++ b/qmake/generators/makefile.h
@@ -260,9 +260,9 @@ protected:
QString installMetaFile(const ProKey &replace_rule, const QString &src, const QString &dst);
- virtual bool processPrlFileBase(QString &origFile, const QStringRef &origName,
- const QStringRef &fixedBase, int slashOff);
- bool processPrlFileCore(QString &origFile, const QStringRef &origName,
+ virtual bool processPrlFileBase(QString &origFile, QStringView origName,
+ QStringView fixedBase, int slashOff);
+ bool processPrlFileCore(QString &origFile, QStringView origName,
const QString &fixedFile);
void createResponseFile(const QString &fileName, const ProStringList &objList);