mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
s/Q_WS_MAC/Q_OS_MAC/
This commit is contained in:
@@ -95,11 +95,11 @@
|
||||
#include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
#include "mac/MacShortcutHandler.h"
|
||||
#ifdef Q_OS_MAC
|
||||
#include "mac/MacShortcutHandler.h"
|
||||
|
||||
#include <sys/resource.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#include <QDir>
|
||||
|
Reference in New Issue
Block a user