diff main/MainWindow.h @ 369:8b3038e55d50 macness

on mac, add item to File menu "Import current track from iTunes". TODO: set inactive if itunes not open; connect up with the dock menu stuff.
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Tue, 12 Oct 2010 16:02:02 +0100
parents 3211f8cef51a
children 11f804c7582a 909cf273bed1
line wrap: on
line diff
--- a/main/MainWindow.h	Tue Oct 12 13:59:06 2010 +0100
+++ b/main/MainWindow.h	Tue Oct 12 16:02:02 2010 +0100
@@ -80,6 +80,9 @@
     virtual void openSession();
     virtual void importAudio();
     virtual void importMoreAudio();
+#ifdef Q_WS_MAC
+    virtual void importITunesAudio();
+#endif
     virtual void openSomething();
     virtual void openLocation();
     virtual void openRecentFile();