Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KFind
Commits
c09fc7cb
Commit
c09fc7cb
authored
Jul 14, 2021
by
Laurent Montel
😁
Browse files
We are in 2021 now :)
parent
47a4f001
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
c09fc7cb
...
...
@@ -28,7 +28,7 @@ int main(int argc, char **argv)
KAboutData
aboutData
(
QStringLiteral
(
"kfind"
),
i18n
(
"KFind"
),
QStringLiteral
(
KFIND_VERSION_STRING
),
i18n
(
"KDE file find utility"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 1998-201
7
, The KDE Developers"
));
i18n
(
"(c) 1998-20
2
1, The KDE Developers"
));
aboutData
.
addAuthor
(
i18n
(
"Kai Uwe Broulik"
),
i18n
(
"Current Maintainer"
),
QStringLiteral
(
"kde@privat.broulik.de"
));
aboutData
.
addAuthor
(
i18n
(
"Eric Coquelle"
),
i18n
(
"Former Maintainer"
),
QStringLiteral
(
"coquelle@caramail.com"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment