MCPcopy Create free account
hub / github.com/KDE/kdenlive / addProjectNote

Method addProjectNote

src/project/dialogs/noteswidget.cpp:289–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void NotesWidget::addProjectNote()
290{
291 if (!textCursor().atBlockStart()) {
292 QTextCursor cur = textCursor();
293 cur.movePosition(QTextCursor::EndOfBlock);
294 setTextCursor(cur);
295 insertPlainText(QStringLiteral("\n"));
296 }
297 Q_EMIT insertNotesTimecode();
298}
299
300void NotesWidget::addTextNote(const QString &text)
301{

Callers 1

slotAddProjectNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected