283
return Note::create_new_note(Glib::ustring(title), Glib::ustring(file_name), *this, m_gnote);
283
return Note::create_new_note(std::move(title), std::move(file_name), *this, m_gnote);
286
286
NoteBase::Ptr NoteManager::get_or_create_template_note()