]> git.lyx.org Git - features.git/commit
Add `override` specifiers to improve code maintainability
authorYuriy Skalko <yuriy.skalko@gmail.com>
Thu, 1 Oct 2020 07:42:11 +0000 (10:42 +0300)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 3 Oct 2020 10:43:48 +0000 (12:43 +0200)
commitefc0877f8fd33ad9369d06e5b638037c8d6a1b24
tree090d8241103c71b5e2d577c0d1611d07fed90b55
parent2330b4ce9ca7d17bb86d08357fb279cfd57c5505
Add `override` specifiers to improve code maintainability
203 files changed:
src/AppleSpellChecker.h
src/AspellChecker.h
src/EnchantChecker.h
src/HunspellChecker.h
src/LyX.cpp
src/Mover.h
src/Session.h
src/Text.cpp
src/TextClass.h
src/Trans.h
src/frontends/NullPainter.h
src/frontends/qt/CategorizedCombo.cpp
src/frontends/qt/DialogView.h
src/frontends/qt/DockView.h
src/frontends/qt/FancyLineEdit.cpp
src/frontends/qt/FindAndReplace.h
src/frontends/qt/FloatPlacement.h
src/frontends/qt/GuiAbout.h
src/frontends/qt/GuiApplication.cpp
src/frontends/qt/GuiBibitem.h
src/frontends/qt/GuiBibtex.h
src/frontends/qt/GuiBox.h
src/frontends/qt/GuiBranch.h
src/frontends/qt/GuiChanges.h
src/frontends/qt/GuiCharacter.h
src/frontends/qt/GuiCitation.h
src/frontends/qt/GuiCommandBuffer.cpp
src/frontends/qt/GuiCompare.h
src/frontends/qt/GuiCompareHistory.h
src/frontends/qt/GuiCompleter.cpp
src/frontends/qt/GuiCounter.h
src/frontends/qt/GuiDelimiter.h
src/frontends/qt/GuiDialog.h
src/frontends/qt/GuiDocument.cpp
src/frontends/qt/GuiDocument.h
src/frontends/qt/GuiERT.h
src/frontends/qt/GuiErrorList.h
src/frontends/qt/GuiExternal.h
src/frontends/qt/GuiFontMetrics.h
src/frontends/qt/GuiGraphics.h
src/frontends/qt/GuiHSpace.h
src/frontends/qt/GuiHyperlink.h
src/frontends/qt/GuiInclude.h
src/frontends/qt/GuiIndex.h
src/frontends/qt/GuiInfo.h
src/frontends/qt/GuiLabel.h
src/frontends/qt/GuiLine.h
src/frontends/qt/GuiListings.h
src/frontends/qt/GuiLog.cpp
src/frontends/qt/GuiLog.h
src/frontends/qt/GuiLyXFiles.h
src/frontends/qt/GuiMathMatrix.h
src/frontends/qt/GuiNomenclature.h
src/frontends/qt/GuiNote.h
src/frontends/qt/GuiParagraph.h
src/frontends/qt/GuiPhantom.h
src/frontends/qt/GuiPrefs.cpp
src/frontends/qt/GuiPrefs.h
src/frontends/qt/GuiPrintNomencl.h
src/frontends/qt/GuiPrintindex.h
src/frontends/qt/GuiProgressView.h
src/frontends/qt/GuiRef.h
src/frontends/qt/GuiSearch.h
src/frontends/qt/GuiSendto.h
src/frontends/qt/GuiShowFile.h
src/frontends/qt/GuiSpellchecker.h
src/frontends/qt/GuiSymbols.cpp
src/frontends/qt/GuiSymbols.h
src/frontends/qt/GuiTabular.h
src/frontends/qt/GuiTabularCreate.h
src/frontends/qt/GuiTexinfo.h
src/frontends/qt/GuiThesaurus.h
src/frontends/qt/GuiToc.h
src/frontends/qt/GuiToolbar.cpp
src/frontends/qt/GuiVSpace.h
src/frontends/qt/GuiView.cpp
src/frontends/qt/GuiViewSource.h
src/frontends/qt/GuiWorkArea.h
src/frontends/qt/GuiWrap.h
src/frontends/qt/InGuiThread.h
src/frontends/qt/InsetParamsDialog.h
src/frontends/qt/LayoutBox.cpp
src/frontends/qt/Menus.cpp
src/insets/ExternalTransforms.h
src/insets/Inset.h
src/insets/InsetArgument.h
src/insets/InsetBibitem.h
src/insets/InsetBibtex.h
src/insets/InsetBox.h
src/insets/InsetBranch.h
src/insets/InsetCaption.h
src/insets/InsetCaptionable.h
src/insets/InsetCitation.h
src/insets/InsetCollapsible.h
src/insets/InsetCommand.h
src/insets/InsetCounter.h
src/insets/InsetERT.h
src/insets/InsetExternal.h
src/insets/InsetFlex.h
src/insets/InsetFloat.h
src/insets/InsetFloatList.h
src/insets/InsetFoot.h
src/insets/InsetFootlike.h
src/insets/InsetGraphics.h
src/insets/InsetHyperlink.h
src/insets/InsetIPA.h
src/insets/InsetIPAMacro.h
src/insets/InsetInclude.h
src/insets/InsetIndex.h
src/insets/InsetInfo.h
src/insets/InsetLabel.h
src/insets/InsetLayout.h
src/insets/InsetLine.h
src/insets/InsetListings.h
src/insets/InsetMarginal.h
src/insets/InsetNewline.h
src/insets/InsetNewpage.h
src/insets/InsetNomencl.h
src/insets/InsetNote.h
src/insets/InsetPhantom.h
src/insets/InsetPreview.h
src/insets/InsetQuotes.h
src/insets/InsetRef.h
src/insets/InsetScript.h
src/insets/InsetSeparator.h
src/insets/InsetSpace.h
src/insets/InsetSpecialChar.h
src/insets/InsetTOC.h
src/insets/InsetTabular.h
src/insets/InsetText.h
src/insets/InsetVSpace.h
src/insets/InsetWrap.h
src/insets/RenderButton.h
src/insets/RenderGraphic.h
src/insets/RenderPreview.h
src/mathed/InsetMath.h
src/mathed/InsetMathAMSArray.h
src/mathed/InsetMathArray.h
src/mathed/InsetMathBig.h
src/mathed/InsetMathBoldSymbol.h
src/mathed/InsetMathBox.h
src/mathed/InsetMathBrace.h
src/mathed/InsetMathCancel.h
src/mathed/InsetMathCancelto.h
src/mathed/InsetMathCases.h
src/mathed/InsetMathChar.h
src/mathed/InsetMathClass.h
src/mathed/InsetMathColor.h
src/mathed/InsetMathCommand.h
src/mathed/InsetMathComment.h
src/mathed/InsetMathDecoration.h
src/mathed/InsetMathDelim.h
src/mathed/InsetMathDiagram.h
src/mathed/InsetMathDiff.h
src/mathed/InsetMathDots.h
src/mathed/InsetMathEnsureMath.h
src/mathed/InsetMathEnv.h
src/mathed/InsetMathExFunc.h
src/mathed/InsetMathExInt.h
src/mathed/InsetMathFont.h
src/mathed/InsetMathFontOld.h
src/mathed/InsetMathFrac.h
src/mathed/InsetMathGrid.h
src/mathed/InsetMathHull.h
src/mathed/InsetMathKern.h
src/mathed/InsetMathLefteqn.h
src/mathed/InsetMathLim.h
src/mathed/InsetMathMacro.cpp
src/mathed/InsetMathMacro.h
src/mathed/InsetMathMacroArgument.h
src/mathed/InsetMathMacroTemplate.cpp
src/mathed/InsetMathMacroTemplate.h
src/mathed/InsetMathMatrix.h
src/mathed/InsetMathNest.h
src/mathed/InsetMathNumber.h
src/mathed/InsetMathOverset.h
src/mathed/InsetMathPar.h
src/mathed/InsetMathPhantom.h
src/mathed/InsetMathRef.h
src/mathed/InsetMathRoot.h
src/mathed/InsetMathScript.h
src/mathed/InsetMathSideset.h
src/mathed/InsetMathSize.h
src/mathed/InsetMathSpace.h
src/mathed/InsetMathSpecialChar.h
src/mathed/InsetMathSplit.h
src/mathed/InsetMathSqrt.h
src/mathed/InsetMathStackrel.h
src/mathed/InsetMathString.h
src/mathed/InsetMathSubstack.h
src/mathed/InsetMathSymbol.h
src/mathed/InsetMathTabular.h
src/mathed/InsetMathUnderset.h
src/mathed/InsetMathUnknown.h
src/mathed/InsetMathXArrow.h
src/mathed/InsetMathXYMatrix.h
src/support/FileName.h
src/support/ForkedCalls.h
src/support/Systemcall.cpp
src/support/Timeout.cpp
src/support/docstream.cpp
src/support/docstring.cpp
src/tex2lyx/tex2lyx.cpp