From 7a8b3622225bc95948aaae879982bd3189715711 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 1 Apr 2022 03:22:35 +0200 Subject: [PATCH] qt: Include the new enums here as well --- qt/component.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/component.h b/qt/component.h index 47abd1f3..fa0dceb6 100644 --- a/qt/component.h +++ b/qt/component.h @@ -88,6 +88,8 @@ class APPSTREAMQT_EXPORT Component { UrlKindDonation, UrlKindTranslate, UrlKindContact, + UrlKindVcsBrowser, + UrlKindContribute, // deprecated UrlTranslate [[deprecated]] = UrlKindTranslate,