Skip to content
GitLab
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
308568bf
Commit
308568bf
authored
Oct 04, 2022
by
Jean-Baptiste Mardelle
Browse files
Hide .kdenlive extension in title bar
parent
8057d371
Pipeline
#241513
failed with stage
in 8 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/doc/kdenlivedoc.cpp
View file @
308568bf
...
...
@@ -899,7 +899,7 @@ const QString KdenliveDoc::description() const
if
(
!
m_url
.
isValid
())
{
return
i18n
(
"Untitled"
)
+
QStringLiteral
(
"[*] / "
)
+
pCore
->
getCurrentProfile
()
->
description
();
}
return
m_url
.
fil
eName
()
+
QStringLiteral
(
" [*]/ "
)
+
pCore
->
getCurrentProfile
()
->
description
();
return
QFileInfo
(
m_url
.
toLocalFile
()).
completeBas
eName
()
+
QStringLiteral
(
" [*]/ "
)
+
pCore
->
getCurrentProfile
()
->
description
();
}
QString
KdenliveDoc
::
searchFileRecursively
(
const
QDir
&
dir
,
const
QString
&
matchSize
,
const
QString
&
matchHash
)
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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