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
PIM
KDE PIM Add-ons
Commits
2df1a9be
Commit
2df1a9be
authored
Aug 10, 2021
by
Laurent Montel
😁
Browse files
Merge remote-tracking branch 'origin/release/21.08'
parents
9f4ee9c6
bf9bbc86
Pipeline
#74130
passed with stage
in 54 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerplugins/createnoteplugin/noteedit.cpp
View file @
2df1a9be
...
...
@@ -203,6 +203,7 @@ void NoteEdit::slotReturnPressed()
Akonadi
::
NoteUtils
::
NoteMessageWrapper
note
;
note
.
setTitle
(
mNoteEdit
->
text
());
Q_EMIT
createNote
(
note
.
message
(),
collection
);
mNoteEdit
->
clear
();
hide
();
}
}
...
...
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