Renamed private members
This commit is contained in:
@@ -13,9 +13,9 @@ public:
|
||||
AccountsPage();
|
||||
|
||||
private:
|
||||
QPushButton *addButton;
|
||||
QPushButton *removeButton;
|
||||
AccountSwitchWidget *accSwitchWidget;
|
||||
QPushButton *addButton_;
|
||||
QPushButton *removeButton_;
|
||||
AccountSwitchWidget *accountSwitchWidget_;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
Reference in New Issue
Block a user