Replace getenv("HOME") by RDGetHomeDir() in RDCutDialog::LoadState/SaveState. Create RDCutDialog::StateFile to share logic

This commit is contained in:
Alban Peignier
2014-09-05 09:50:32 +02:00
parent ea73b88634
commit 135e200331
2 changed files with 24 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ class RDCutDialog : public QDialog
void RefreshCuts();
void SelectCut(QString cutname);
void BuildGroupList();
QString StateFile();
void LoadState();
void SaveState();
RDListView *cut_cart_list;