diff 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
line wrap: on
line diff
--- a/settingsdialog.h	Wed Nov 17 13:32:56 2010 +0000
+++ b/settingsdialog.h	Wed Nov 17 14:26:27 2010 +0000
@@ -59,7 +59,6 @@
     MainWindow  *mainWnd;
 
     void browseDirAndSetCombo(QComboBox *combo);
-    void insertPathToMruList(QString newPath, QString mruList[]);
 };