mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Patch from Felix Paul Kuehne: Clean up mac includes to speed up compiling.
This commit is contained in:
parent
2bb2728a10
commit
fa1fa93b09
@ -24,9 +24,7 @@ THE SOFTWARE.
|
||||
|
||||
#include "qocoa_mac.h"
|
||||
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "AppKit/NSButton.h"
|
||||
#import "AppKit/NSFont.h"
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
class QButtonPrivate : public QObject
|
||||
{
|
||||
|
2
src/libtomahawk/thirdparty/Qocoa/qocoa_mac.h
vendored
2
src/libtomahawk/thirdparty/Qocoa/qocoa_mac.h
vendored
@ -23,7 +23,7 @@ THE SOFTWARE.
|
||||
#ifndef QCOCOA_MAC_H
|
||||
#define QCOCOA_MAC_H
|
||||
|
||||
#include <Foundation/NSString.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#include <QString>
|
||||
#include <QVBoxLayout>
|
||||
#include <QMacCocoaViewContainer>
|
||||
|
@ -26,9 +26,7 @@ THE SOFTWARE.
|
||||
|
||||
#include "qocoa_mac.h"
|
||||
|
||||
#import "Foundation/NSAutoreleasePool.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
#import "AppKit/NSSearchField.h"
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include <QApplication>
|
||||
#include <QClipboard>
|
||||
|
@ -24,8 +24,7 @@
|
||||
|
||||
#include "qocoa_mac.h"
|
||||
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <AppKit/NSToolbar.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QIcon>
|
||||
|
@ -18,8 +18,7 @@
|
||||
|
||||
#include "mac/FileHelpers.h"
|
||||
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include "TomahawkUtils.h"
|
||||
#include "TomahawkUtils_Mac.h"
|
||||
|
@ -20,9 +20,7 @@
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/NSView.h>
|
||||
#import <AppKit/NSWindow.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
void
|
||||
SourceTreePopupHelper::clearBackground( QWidget* widget )
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
// This file inspired by clementine's MacDelegate.h
|
||||
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include "SPMediaKeyTap.h"
|
||||
|
||||
|
@ -24,18 +24,7 @@
|
||||
#include "TomahawkWindow.h"
|
||||
#include "audio/AudioEngine.h"
|
||||
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSError.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSTimer.h>
|
||||
#import <Foundation/NSAppleEventManager.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
#import <AppKit/NSEvent.h>
|
||||
#import <AppKit/NSNibDeclarations.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#ifdef HAVE_SPARKLE
|
||||
#import <Sparkle/SUUpdater.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user