yuzu/configuration: Make slots private where applicable
These slots are only ever attached to event handling mechanisms within the class itself, they're never used externally. Because of this, we can make the functions private. This also removes redundant usages of the private access specifier.
This commit is contained in:
parent
d87961bad3
commit
5840943110
5 changed files with 2 additions and 7 deletions
|
@ -22,6 +22,5 @@ public:
|
|||
void retranslateUi();
|
||||
void setConfiguration();
|
||||
|
||||
private:
|
||||
std::unique_ptr<Ui::ConfigureDebug> ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue