[graphics/drawy] src: Fix about data info

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 2ecadb3b17cee81db7db2855f26434d8bb4876d9 by Laurent Montel.
Committed on 09/08/2026 at 10:56.
Pushed by mlaurent into branch 'master'.

Fix about data info

M  +3    -0    src/apps/main.cpp
M  +1    -0    src/widgets/context/aboutdata.cpp

https://invent.kde.org/graphics/drawy/-/commit/2ecadb3b17cee81db7db2855f26434d8bb4876d9

diff --git a/src/apps/main.cpp b/src/apps/main.cpp
index 08eadbaa..3f368122 100644
--- a/src/apps/main.cpp
+++ b/src/apps/main.cpp
@@ -43,6 +43,9 @@ int main(int argc, char *argv[])
     aboutData.setCopyrightStatement(i18nc("Copyright text, keep the © symbol and the en dash for the year range", "© 2025–%1 Drawy authors", u"2026"_s));
     aboutData.setVersion(DRAWY_VERSION);
     aboutData.setComponentName(u"drawy"_s);
+    aboutData.addAuthor(i18nc("@info:credit", "Prayag Jain"), i18n("Maintainer"), u"[email protected]"_s);
+    aboutData.addAuthor(i18nc("@info:credit", "Laurent Montel"), i18n("Developer"), u"[email protected]"_s);
+    aboutData.addAuthor(i18nc("@info:credit", "Abdelhadi Wael"), i18n("GSoc 2026 developper (Improve text component)"), u"[email protected]"_s);
 #else
     KAboutData aboutData = AboutData();
 #endif
diff --git a/src/widgets/context/aboutdata.cpp b/src/widgets/context/aboutdata.cpp
index 5b1be6da..b482485a 100644
--- a/src/widgets/context/aboutdata.cpp
+++ b/src/widgets/context/aboutdata.cpp
@@ -18,6 +18,7 @@ AboutData::AboutData()
 {
     addAuthor(i18nc("@info:credit", "Prayag Jain"), i18n("Maintainer"), u"[email protected]"_s);
     addAuthor(i18nc("@info:credit", "Laurent Montel"), i18n("Developer"), u"[email protected]"_s);
+    addAuthor(i18nc("@info:credit", "Abdelhadi Wael"), i18n("GSoc 2026 developper (Improve text component)"), u"[email protected]"_s);
     setProductName("drawy"_ba);
     setOrganizationDomain("kde.org"_ba);
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.