1
0
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:
Christian Muehlhaeuser
2011-07-24 18:36:39 +02:00
parent 41f1a562fd
commit 9c341bb3e6
216 changed files with 1386 additions and 826 deletions

View File

@@ -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) :

View File

@@ -17,9 +17,9 @@
*/
#include "tomahawkapp_mac.h"
#include "macdelegate.h"
#include "macshortcuthandler.h"
#include <QDebug>
#import <AppKit/NSApplication.h>
#import <Foundation/NSAutoreleasePool.h>