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:
parent
b271dc4d0c
commit
4bfaad1099
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user