aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/qmljsrewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/api/qmljsrewriter.h')
-rw-r--r--src/lib/corelib/api/qmljsrewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/api/qmljsrewriter.h b/src/lib/corelib/api/qmljsrewriter.h
index 3788035f2..7cba699e2 100644
--- a/src/lib/corelib/api/qmljsrewriter.h
+++ b/src/lib/corelib/api/qmljsrewriter.h
@@ -97,7 +97,7 @@ public:
static AST::UiObjectMemberList *searchMemberToInsertAfter(AST::UiObjectMemberList *members, const QString &propertyName, const QStringList &propertyOrder);
static bool includeSurroundingWhitespace(const QString &source, int &start, int &end);
- static void includeLeadingEmptyLine(const QString &source, int &start);
+ static void includeLeadingEmptyLine(QStringView source, int &start);
static void includeEmptyGroupedProperty(AST::UiObjectDefinition *groupedProperty, AST::UiObjectMember *memberToBeRemoved, int &start, int &end);
private: