mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Disable qDebug() logging for release builds. Use tLog() for logging from NOW on.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
|
||||
*
|
||||
*
|
||||
* Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org>
|
||||
*
|
||||
* Tomahawk is free software: you can redistribute it and/or modify
|
||||
@@ -18,9 +18,10 @@
|
||||
|
||||
#include "macshortcuthandler.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <IOKit/hidsystem/ev_keymap.h>
|
||||
|
||||
#include "utils/logger.h"
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
||||
MacShortcutHandler::MacShortcutHandler(QObject *parent) :
|
||||
|
@@ -17,9 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "tomahawkapp_mac.h"
|
||||
|
||||
#include "macdelegate.h"
|
||||
#include "macshortcuthandler.h"
|
||||
#include <QDebug>
|
||||
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <Foundation/NSAutoreleasePool.h>
|
||||
|
Reference in New Issue
Block a user