1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 20:34:22 +02:00

Try an alternative Lion check

This commit is contained in:
Leo Franchi
2011-09-21 16:48:43 -04:00
parent f020df31d2
commit ef9a790df0
3 changed files with 7 additions and 5 deletions

View File

@@ -23,8 +23,6 @@
#include "config.h"
#include "tomahawkwindow.h"
#include "AvailabilityMacros.h"
#import <AppKit/NSApplication.h>
#import <Foundation/NSAutoreleasePool.h>
#import <Foundation/NSBundle.h>
@@ -236,7 +234,7 @@ void Tomahawk::checkForUpdates() {
void Tomahawk::enableFullscreen()
{
#if defined(MAC_OS_X_VERSION_10_7)
#ifdef LION
qDebug() << "Enabling Lion Full-screeen";
// Can't include tomahawkapp.h in a .mm file, pulls in infosystem.h which uses
// the objc keyword 'id'