Change access modifier of elements_panel to public

This commit is contained in:
Kellermorph
2026-03-28 14:48:18 +01:00
committed by GitHub
parent de91ab0a4b
commit 6b80fbb08d

View File

@@ -38,7 +38,7 @@ class ElementsPanelWidget : public QWidget {
ElementsPanelWidget(const ElementsPanelWidget &); ElementsPanelWidget(const ElementsPanelWidget &);
// attributes // attributes
private: public:
ElementsPanel *elements_panel; ElementsPanel *elements_panel;
QAction *open_directory, *copy_path; QAction *open_directory, *copy_path;
QAction *prj_activate, QAction *prj_activate,