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
Multimedia
Kdenlive
Commits
342fdcc4
Commit
342fdcc4
authored
Sep 25, 2021
by
Camille Moulin
Browse files
Updating license version in about box
parent
4c0163c5
Pipeline
#82664
passed with stage
in 9 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
342fdcc4
...
...
@@ -160,7 +160,7 @@ int main(int argc, char *argv[])
qApp
->
processEvents
(
QEventLoop
::
AllEvents
);
// Create KAboutData
KAboutData
aboutData
(
QByteArray
(
"kdenlive"
),
i18n
(
"Kdenlive"
),
KDENLIVE_VERSION
,
i18n
(
"An open source video editor."
),
KAboutLicense
::
GPL
,
KAboutData
aboutData
(
QByteArray
(
"kdenlive"
),
i18n
(
"Kdenlive"
),
KDENLIVE_VERSION
,
i18n
(
"An open source video editor."
),
KAboutLicense
::
GPL
_V3
,
i18n
(
"Copyright © 2007–2021 Kdenlive authors"
),
i18n
(
"Please report bugs to https://bugs.kde.org"
),
QStringLiteral
(
"https://kdenlive.org"
));
// main developers (alphabetical)
...
...
Write
Preview
Supports
Markdown
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