diff options
author | R. van twisk <ries.van.twisk@ing.com> | 2019-11-30 12:22:16 +0100 |
---|---|---|
committer | R. van twisk <ries.van.twisk@ing.com> | 2019-11-30 12:22:16 +0100 |
commit | 377dc1af24d5803aac11fa70e369eae9c40e8b7f (patch) | |
tree | ca75309db4639974d2b8f1b8ac51847fe53179e2 /proto-iokit-foohid/foohidjoystick.h | |
parent | ebf9de109b86336b8844fc6fd15a34760481de5e (diff) |
OSX Build fixes
Diffstat (limited to 'proto-iokit-foohid/foohidjoystick.h')
-rw-r--r-- | proto-iokit-foohid/foohidjoystick.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto-iokit-foohid/foohidjoystick.h b/proto-iokit-foohid/foohidjoystick.h index a1f74304..e987c229 100644 --- a/proto-iokit-foohid/foohidjoystick.h +++ b/proto-iokit-foohid/foohidjoystick.h @@ -9,6 +9,7 @@ #include <QByteArray> #include <QString> +#include <QCoreApplication> #include <IOKit/IOKitLib.h> @@ -23,6 +24,7 @@ struct JoystickValues { class FooHIDJoystick { + Q_DECLARE_TR_FUNCTIONS(FooHIDJoystick) public: FooHIDJoystick(const QByteArray &name, const QByteArray &serialNumber); ~FooHIDJoystick(); |