X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=6aa5c51a28c3eaf9c5aa443cd92667a5aa31a17c;hp=ad23101308f26360e730b358fb6c2d968c0aa86f;hb=5daa7af456c7daa05b1a055932b5156ed1f88b00;hpb=fe9f5cdee9e6e16eac1858f7f661516c24f71fa5 diff --git a/src/main.cpp b/src/main.cpp index ad23101..6aa5c51 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,7 +54,8 @@ int main(int argc, char *argv[]) aboutData.setCopyrightStatement(i18n("Copyright © 2016-2017,2021-2022 Soren Stoutner ")); aboutData.setDesktopFileName(QStringLiteral("com.stoutner.privacybrowser")); aboutData.setHomepage(QStringLiteral("https://www.stoutner.com/privacy-browser-pc/")); - aboutData.setLicenseTextFile(":/licenses/GPLv3+.txt"); + //aboutData.setLicense(KAboutLicense::GPL_V3, KAboutLicense::OrLaterVersions); + aboutData.setLicenseTextFile(QStringLiteral(":/licenses/GPLv3+.txt")); aboutData.setOrganizationDomain("stoutner.com"); aboutData.setShortDescription(i18n("A web browser that respects your privacy."));