comparison settingsdialog.h @ 63:2340b00561d2

* Add (but don't yet use) RecentFiles class to replace inline MRU logic
author Chris Cannam
date Wed, 17 Nov 2010 14:26:27 +0000
parents f583e44d9d31
children
comparison
equal deleted inserted replaced
62:68aebc316898 63:2340b00561d2
57 QPushButton *cancelButton; 57 QPushButton *cancelButton;
58 58
59 MainWindow *mainWnd; 59 MainWindow *mainWnd;
60 60
61 void browseDirAndSetCombo(QComboBox *combo); 61 void browseDirAndSetCombo(QComboBox *combo);
62 void insertPathToMruList(QString newPath, QString mruList[]);
63 }; 62 };
64 63
65 64
66 #endif // SETTINGSDIALOG_H 65 #endif // SETTINGSDIALOG_H