summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/collectjson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/moc/collectjson.h')
-rw-r--r--src/tools/moc/collectjson.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/moc/collectjson.h b/src/tools/moc/collectjson.h
index 9d329c96ca..3a33952a54 100644
--- a/src/tools/moc/collectjson.h
+++ b/src/tools/moc/collectjson.h
@@ -35,7 +35,7 @@
QT_BEGIN_NAMESPACE
-int collectJson(const QStringList &jsonFiles, const QString &outputFile);
+int collectJson(const QStringList &jsonFiles, const QString &outputFile, bool skipStdIn);
QT_END_NAMESPACE