mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
CamelCase Round 4: Let there be light! (Less than 100 left)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <IOKit/hidsystem/ev_keymap.h>
|
||||
|
||||
#include "utils/logger.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "macshortcuthandler.h"
|
||||
#include "config.h"
|
||||
#include "TomahawkWindow.h"
|
||||
#include "audio/audioengine.h"
|
||||
#include "audio/AudioEngine.h"
|
||||
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
@@ -264,7 +264,7 @@ void Tomahawk::enableFullscreen()
|
||||
QSysInfo::MacintoshVersion != QSysInfo::MV_LEOPARD )
|
||||
{
|
||||
qDebug() << "Enabling Lion Full-screeen";
|
||||
// Can't include TomahawkApp.h in a .mm file, pulls in infosystem.h which uses
|
||||
// Can't include TomahawkApp.h in a .mm file, pulls in InfoSystem.h which uses
|
||||
// the objc keyword 'id'
|
||||
foreach( QWidget* w, QApplication::topLevelWidgets() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user