]> git.lyx.org Git - lyx.git/commit
rename Paragraph::getLabel()
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 29 Jul 2024 07:08:13 +0000 (09:08 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 29 Jul 2024 07:08:13 +0000 (09:08 +0200)
commit7d46ddaa95f9f9243cffdd895184867d49cfa127
tree76cfb764e80a2299abcb100126a52c1f9d3ba1e6
parent2fdeee4bf78d866217fd0e45e2b9c24e6d137227
rename Paragraph::getLabel()

getLabel() usually refers to a paragraph label (e.g. \item) in this
context, not \label as in the case here.
src/BufferView.cpp
src/Paragraph.cpp
src/Paragraph.h
src/frontends/qt/TocWidget.cpp