From 6c53068f32336735b9903814f226635813cd3555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 12 Dec 2024 20:52:13 +0100 Subject: [PATCH] NOISSUE remove dedication Ah well... One thing didn't work out and an another one did. That's life. --- launcher/ui/dialogs/AboutDialog.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/launcher/ui/dialogs/AboutDialog.cpp b/launcher/ui/dialogs/AboutDialog.cpp index ae51809b..09c2235e 100644 --- a/launcher/ui/dialogs/AboutDialog.cpp +++ b/launcher/ui/dialogs/AboutDialog.cpp @@ -39,9 +39,6 @@ QString getCreditsHtml(QStringList patrons) stream << "

" << QObject::tr("Maintainer", "About Credits") << "

\n"; stream << "

Petr Mrázek <peterix@gmail.com>

\n"; - stream << "

Dedicated to Erika

\n"; - stream << "

You gave all the work put into this meaning.

\n"; - // TODO: grab contributors from git history /* if(!contributors.isEmpty()) {