mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-30 22:59:59 +02:00
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:
@@ -38,7 +38,7 @@ class ElementsPanelWidget : public QWidget {
|
|||||||
ElementsPanelWidget(const ElementsPanelWidget &);
|
ElementsPanelWidget(const ElementsPanelWidget &);
|
||||||
|
|
||||||
// attributes
|
// attributes
|
||||||
public:
|
private:
|
||||||
ElementsPanel *elements_panel;
|
ElementsPanel *elements_panel;
|
||||||
QAction *open_directory, *copy_path;
|
QAction *open_directory, *copy_path;
|
||||||
QAction *prj_activate,
|
QAction *prj_activate,
|
||||||
|
|||||||
Reference in New Issue
Block a user