mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 18:07:50 +00:00
configure_filesystem: Normalize member function casing
All other dialog types we have use CamelCase naming.
This commit is contained in:
parent
049cb89563
commit
54f3cb8186
3 changed files with 8 additions and 8 deletions
|
@ -20,11 +20,11 @@ public:
|
|||
explicit ConfigureFilesystem(QWidget* parent = nullptr);
|
||||
~ConfigureFilesystem() override;
|
||||
|
||||
void applyConfiguration();
|
||||
void retranslateUi();
|
||||
void ApplyConfiguration();
|
||||
|
||||
private:
|
||||
void setConfiguration();
|
||||
void RetranslateUI();
|
||||
void SetConfiguration();
|
||||
|
||||
enum class DirectoryTarget {
|
||||
NAND,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue