Change access modifier to private for attributes

Changed access modifier of elements_panel and QAction attributes from public to private.
This commit is contained in:
Kellermorph
2026-03-29 18:12:17 +02:00
committed by GitHub
parent 277fa087bc
commit 2f69716e3c

View File

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