Skip to content

Commit

Permalink
Restrict visibility of some methods
Browse files Browse the repository at this point in the history
  • Loading branch information
blabber committed Oct 2, 2024
1 parent f8fefb3 commit 6a168ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/views/view_units.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ class units_view : public QWidget {
~units_view();
void update_view();
void update_units();
void update_waiting();
void update_buttons(const QItemSelection &sl);
void init();

private:
Expand All @@ -74,6 +72,8 @@ class units_view : public QWidget {
cid uid{0};
int counter{0};
Ui::FormUnitsView ui;
void update_waiting();
void update_buttons(const QItemSelection &sl);

private slots:
void disband_units();
Expand Down

0 comments on commit 6a168ad

Please sign in to comment.