aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/anystringview_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/anystringview_helpers.h')
-rw-r--r--sources/shiboken6/ApiExtractor/anystringview_helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/anystringview_helpers.h b/sources/shiboken6/ApiExtractor/anystringview_helpers.h
index c3bab3369..ae6ee34bf 100644
--- a/sources/shiboken6/ApiExtractor/anystringview_helpers.h
+++ b/sources/shiboken6/ApiExtractor/anystringview_helpers.h
@@ -13,4 +13,7 @@ QT_FORWARD_DECLARE_CLASS(QDebug)
QTextStream &operator<<(QTextStream &str, QAnyStringView asv);
QDebug operator<<(QDebug debug, QAnyStringView asv);
+bool asv_contains(QAnyStringView asv, char needle);
+bool asv_contains(QAnyStringView asv, const char *needle);
+
#endif // ANYSTRINGVIEW_STREAM_H