summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qmachparser_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/plugin/qmachparser_p.h')
-rw-r--r--src/corelib/plugin/qmachparser_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/plugin/qmachparser_p.h b/src/corelib/plugin/qmachparser_p.h
index 3884c92797..290b68876f 100644
--- a/src/corelib/plugin/qmachparser_p.h
+++ b/src/corelib/plugin/qmachparser_p.h
@@ -67,7 +67,7 @@ class Q_AUTOTEST_EXPORT QMachOParser
{
public:
enum { QtMetaDataSection, NoQtSection, NotSuitable };
- static int parse(const char *m_s, ulong fdlen, const QString &library, QString *errorString, long *pos, ulong *sectionlen);
+ static int parse(const char *m_s, ulong fdlen, const QString &library, QString *errorString, qsizetype *pos, qsizetype *sectionlen);
};
QT_END_NAMESPACE