summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tracegen/helpers.h')
-rw-r--r--src/tools/tracegen/helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tracegen/helpers.h b/src/tools/tracegen/helpers.h
index 77f16a0da66..d55a9568346 100644
--- a/src/tools/tracegen/helpers.h
+++ b/src/tools/tracegen/helpers.h
@@ -51,7 +51,7 @@ enum ParamType {
};
QString includeGuard(const QString &filename);
-QString formatFunctionSignature(const QVector<Tracepoint::Argument> &args);
-QString formatParameterList(const QVector<Tracepoint::Argument> &args, ParamType type);
+QString formatFunctionSignature(const QList<Tracepoint::Argument> &args);
+QString formatParameterList(const QList<Tracepoint::Argument> &args, ParamType type);
#endif // HELPERS_H