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
Kate
Commits
ef18e004
Commit
ef18e004
authored
Feb 22, 2021
by
Méven Car
Committed by
Christoph Cullmann
Mar 05, 2021
Browse files
SPDX-License-Identifier: LGPL-2.0-or-later is header file
parent
bef0280f
Changes
2
Hide whitespace changes
Inline
Side-by-side
kate/katestashmanager.cpp
View file @
ef18e004
...
@@ -58,7 +58,7 @@ void KateStashManager::stashDocument(KTextEditor::Document *doc, const QString &
...
@@ -58,7 +58,7 @@ void KateStashManager::stashDocument(KTextEditor::Document *doc, const QString &
// save the current document changes to stash
// save the current document changes to stash
if
(
!
doc
->
saveAs
(
QUrl
::
fromLocalFile
(
stashedFile
)))
{
if
(
!
doc
->
saveAs
(
QUrl
::
fromLocalFile
(
stashedFile
)))
{
qCWarning
(
LOG_KATE
()
)
<<
"Could not write to stash file"
<<
stashedFile
;
qCWarning
(
LOG_KATE
)
<<
"Could not write to stash file"
<<
stashedFile
;
return
;
return
;
}
}
...
...
kate/katestashmanager.h
View file @
ef18e004
/* This file is part of the KDE project
/* This file is part of the KDE project
SPDX-FileCopyrightText: 2021 Méven Car <meven.car@kdemail.net>
SPDX-FileCopyrightText: 2021 Méven Car <meven.car@kdemail.net>
SPDX-License-Identifier: LGPL-2.0-o
nly
SPDX-License-Identifier: LGPL-2.0-o
r-later
*/
*/
#ifndef KATESTASHMANAGER_H
#ifndef KATESTASHMANAGER_H
...
...
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