Remove trailing whitespace

This commit is contained in:
Nicolas Fella 2019-06-14 21:54:39 +02:00
parent 3fe2e928c9
commit 9fd81e11cb

View file

@ -60,7 +60,7 @@ int main(int argc, char** argv)
description,
QStringLiteral(KDECONNECT_VERSION_STRING),
description,
KAboutLicense::GPL,
KAboutLicense::GPL,
i18n("(C) 2017 Aleix Pol Gonzalez"));
about.addAuthor( QStringLiteral("Aleix Pol Gonzalez"), QString(), QStringLiteral("aleixpol@kde.org") );
KAboutData::setApplicationData(about);