commit 5920591b524903fae3a4d667743a64be5a5ee01a
Author: Juergen Spitzmueller <[email protected]>
Date: Thu Mar 4 14:51:58 2021 +0100
refillToolbars() does not need to be public
---
src/frontends/qt/GuiView.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/frontends/qt/GuiView.h b/src/frontends/qt/GuiView.h
index f5024e5..8a548e3 100644
--- a/src/frontends/qt/GuiView.h
+++ b/src/frontends/qt/GuiView.h
@@ -149,8 +149,6 @@ public:
/// updates the possible layouts selectable
void updateLayoutList();
void updateToolbars();
- /// refill the toolbars (dark mode switch)
- void refillToolbars();
///
LayoutBox * getLayoutDialog() const;
@@ -374,6 +372,8 @@ private:
void initToolbar(std::string const & name);
/// Update lock (all) toolbars position
void updateLockToolbars();
+ /// refill the toolbars (dark/light mode switch)
+ void refillToolbars();
///
bool lfunUiToggle(std::string const & ui_component);
///
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs