-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liebeg
committed
Oct 20, 2024
1 parent
d508859
commit 175509b
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) | |
QString::fromUtf8(""), | ||
QString::fromUtf8("https://stackoverflow.com/a/64862996/3833454")); | ||
aboutData.addCredit(QString::fromUtf8("videosmith"), i18nc("Active software tester", "Active tester")); | ||
aboutData.setTranslator(i18nc("Liebeg"), i18nc("[email protected]", "Translator, Active tester")); | ||
aboutData.setTranslator(i18nc("NAME OF TRANSLATORS", "Your names"), i18nc("EMAIL OF TRANSLATORS", "Your emails")); | ||
// aboutData.addLicense( | ||
// KAboutLicense::LGPL_V3 | ||
|