Add option to remove problematic filename characters
This commit is contained in:
@@ -85,7 +85,6 @@ class OrganiseDialog : public QDialog {
|
||||
void LoadGeometry();
|
||||
void SaveGeometry();
|
||||
void LoadSettings();
|
||||
void SaveSettings();
|
||||
|
||||
SongList LoadSongsBlocking(const QStringList &filenames);
|
||||
void SetLoadingSongs(bool loading);
|
||||
@@ -98,7 +97,8 @@ class OrganiseDialog : public QDialog {
|
||||
void reject();
|
||||
|
||||
private slots:
|
||||
void Reset();
|
||||
void SaveSettings();
|
||||
void RestoreDefaults();
|
||||
|
||||
void InsertTag(const QString &tag);
|
||||
void UpdatePreviews();
|
||||
|
||||
Reference in New Issue
Block a user