[LyX/master] Fix indentation
Juergen Spitzmueller <[email protected]> Fri, 24 Jul 2026 09:32:40 +0000
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit f698b04f2e805d93c22149ff13d146b0efc522a4 Author: Juergen Spitzmueller <[email protected]> Date: Fri Jul 24 11:31:07 2026 +0200 Fix indentation --- src/frontends/qt/Dialog.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/frontends/qt/Dialog.h b/src/frontends/qt/Dialog.h index b778f18755..9552360d46 100644 --- a/src/frontends/qt/Dialog.h +++ b/src/frontends/qt/Dialog.h @@ -130,14 +130,14 @@ public: void hideView(); /// Prepare dialog and display it. - void showView() { return showView(Qt::PopupFocusReason); } + void showView() { return showView(Qt::PopupFocusReason); } - /// Prepare dialog and display it. - /// \param reason provides the focus reason of the dialog. - /// E.g. dialog "findreplaceadv" requires special treatment after - /// obtaining focus in terms of the input method item transformation, - /// so should be marked as reason = Qt::OtherFocusReason. - void showView(Qt::FocusReason reason); + /// Prepare dialog and display it. + /// \param reason provides the focus reason of the dialog. + /// E.g. dialog "findreplaceadv" requires special treatment after + /// obtaining focus in terms of the input method item transformation, + /// so should be marked as reason = Qt::OtherFocusReason. + void showView(Qt::FocusReason reason); /// Prepare dialog before view. void prepareView(); -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs