comparison osx/svitunes.h @ 380:7298621f1192 macness

header inclusion guards
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Mon, 18 Oct 2010 13:29:48 +0100
parents ca9f27734349
children fad5611ef9db
comparison
equal deleted inserted replaced
377:909cf273bed1 380:7298621f1192
10 published by the Free Software Foundation; either version 2 of the 10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version. See the file 11 License, or (at your option) any later version. See the file
12 COPYING included with this distribution for more information. 12 COPYING included with this distribution for more information.
13 */ 13 */
14 14
15 #ifndef _SVITUNES_H_
16 #define _SVITUNES_H_
17
15 #include <QString> 18 #include <QString>
16 #include <QStringList> 19 #include <QStringList>
17 20
18 //LATER: bool iTunesRunning(); 21 //LATER: bool iTunesRunning();
19 22
20 // Returns a list containing [posixpath, genre] 23 // Returns a list containing [posixpath, genre]
21 QStringList iTunesNowPlaying(); 24 QStringList iTunesNowPlaying();
22 25
23 //LATER: QStringList iTunesSelectedPaths(); 26 //LATER: QStringList iTunesSelectedPaths();
24 27
28 #endif