diff options
Diffstat (limited to 'sources/shiboken6/ApiExtractor/messages.h')
| -rw-r--r-- | sources/shiboken6/ApiExtractor/messages.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/messages.h b/sources/shiboken6/ApiExtractor/messages.h index 6610a318a..a17c22f2d 100644 --- a/sources/shiboken6/ApiExtractor/messages.h +++ b/sources/shiboken6/ApiExtractor/messages.h @@ -177,6 +177,8 @@ QString msgCannotOpenForReading(const QFile &f); QString msgCannotOpenForWriting(const QFile &f); +QString msgWriteFailed(const QFile &f, qsizetype size); + QString msgCannotUseEnumAsInt(const QString &name); QString msgConversionTypesDiffer(const QString &varType, const QString &conversionType); |
