diff main/MainWindow.h @ 2149:c476db6cf3eb

Seems to be some trouble with the function-pointer-based version of the connection here - recent-files menu isn't working on old systems with backward-compatible build - replace with an alternative mechanism again
author Chris Cannam
date Wed, 05 Dec 2018 11:35:20 +0000
parents 6e3ef3aa341e
children b0e8217719ed
line wrap: on
line diff
--- a/main/MainWindow.h	Wed Dec 05 11:34:35 2018 +0000
+++ b/main/MainWindow.h	Wed Dec 05 11:35:20 2018 +0000
@@ -54,9 +54,7 @@
     virtual void replaceMainAudio();
     virtual void openSomething();
     virtual void openLocation();
-       /* F. Nicol patch 13 Aug. 2016 */
-    virtual void openRecentFile(const QString& );
-       /* End of F. Nicol patch 13 Aug. 2016 */
+    virtual void openRecentFile();
     virtual void applyTemplate();
     virtual void exportAudio();
     virtual void exportAudioData();