Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -124,7 +124,6 @@ class OrganizeDialog : public QDialog {
std::unique_ptr<OrganizeErrorDialog> error_dialog_;
bool devices_;
};
#endif // ORGANISEDIALOG_H

View File

@@ -99,7 +99,6 @@ class OrganizeFormat {
bool remove_non_ascii_;
bool allow_ascii_ext_;
bool replace_spaces_;
};
#endif // ORGANISEFORMAT_H