Skip to content

Commit bd8f87a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f14b364 commit bd8f87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generator/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ bool preprocess(const QString& sourceFile, const QString& targetFile, const QStr
307307

308308
unsigned int getQtVersion(const QStringList& paths)
309309
{
310-
QRegularExpression re(R"*(#define\s+QTCORE_VERSION_STR\s+"(\d+)\.(\d+)\.(\d+)")*", QRegularExpression::CaseInsensitiveOption);
310+
QRegularExpression re(R"*(#define\s+QTCORE_VERSION_STR\s+"(\d+)\.(\d+)\.(\d+)")*",
311+
QRegularExpression::CaseInsensitiveOption);
311312

312313
// Iterate through provided paths to find the qtcoreversion.h header file
313314
for (const QString& path : paths) {

0 commit comments

Comments
 (0)