1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-06 22:24:04 +01:00

Fix clang compile error.

This commit is contained in:
John Maguire 2012-04-04 12:27:42 +02:00
parent b271dc4d0c
commit 4bfaad1099

View File

@ -21,9 +21,14 @@
#include <QDialog>
class MacMonitorWrapper;
class NSEvent;
class Ui_GlobalShortcutGrabber;
#ifdef __OBJC__
@class NSEvent;
#else
class NSEvent;
#endif
class GlobalShortcutGrabber : public QDialog {
Q_OBJECT