mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 05:12:40 +00:00
refillToolbars() does not need to be public
This commit is contained in:
parent
812b6f7d69
commit
5920591b52
@ -149,8 +149,6 @@ public:
|
|||||||
/// updates the possible layouts selectable
|
/// updates the possible layouts selectable
|
||||||
void updateLayoutList();
|
void updateLayoutList();
|
||||||
void updateToolbars();
|
void updateToolbars();
|
||||||
/// refill the toolbars (dark mode switch)
|
|
||||||
void refillToolbars();
|
|
||||||
|
|
||||||
///
|
///
|
||||||
LayoutBox * getLayoutDialog() const;
|
LayoutBox * getLayoutDialog() const;
|
||||||
@ -374,6 +372,8 @@ private:
|
|||||||
void initToolbar(std::string const & name);
|
void initToolbar(std::string const & name);
|
||||||
/// Update lock (all) toolbars position
|
/// Update lock (all) toolbars position
|
||||||
void updateLockToolbars();
|
void updateLockToolbars();
|
||||||
|
/// refill the toolbars (dark/light mode switch)
|
||||||
|
void refillToolbars();
|
||||||
///
|
///
|
||||||
bool lfunUiToggle(std::string const & ui_component);
|
bool lfunUiToggle(std::string const & ui_component);
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user