mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Fixed compiling on OS X 10.6.
This commit is contained in:
@@ -16,17 +16,17 @@
|
|||||||
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
|
* along with Tomahawk. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "TomahawkUtils.h"
|
|
||||||
|
|
||||||
#include "TomahawkUtils_Mac.h"
|
|
||||||
#include "mac/FileHelpers.h"
|
#include "mac/FileHelpers.h"
|
||||||
|
|
||||||
#include <QDir>
|
|
||||||
#include <QTemporaryFile>
|
|
||||||
|
|
||||||
#import <AppKit/NSApplication.h>
|
#import <AppKit/NSApplication.h>
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
#include "TomahawkUtils.h"
|
||||||
|
#include "TomahawkUtils_Mac.h"
|
||||||
|
|
||||||
|
#include <QDir>
|
||||||
|
#include <QTemporaryFile>
|
||||||
|
|
||||||
@implementation MoveDelegate
|
@implementation MoveDelegate
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user