Skip to content

Commit 6c6a113

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PythonQtStdDecorators.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ public Q_SLOTS:
154154
QObject* findChild(const QObject* parent, const char* typeName, const QMetaObject* meta, const QString& name);
155155
void findChildren(const QObject* parent, const char* typeName, const QMetaObject* meta, const QString& name,
156156
QList<QObject*>& list);
157-
void findChildren(const QObject* parent, const char* typeName, const QMetaObject* meta, const QRegularExpression& regExp,
158-
QList<QObject*>& list);
157+
void findChildren(const QObject* parent, const char* typeName, const QMetaObject* meta,
158+
const QRegularExpression& regExp, QList<QObject*>& list);
159159
};
160160

161161
class PythonQtSingleShotTimer : public QTimer

0 commit comments

Comments
 (0)