mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #403 add BlackInput shared library build
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#ifndef BLACKINPUT_KEYBOARD_H
|
||||
#define BLACKINPUT_KEYBOARD_H
|
||||
|
||||
#include "blackinputexport.h"
|
||||
#include "blackmisc/hardware/keyboardkeylist.h"
|
||||
#include <QMultiMap>
|
||||
#include <QObject>
|
||||
@@ -22,7 +23,7 @@ namespace BlackInput
|
||||
* Abstract interface for native keyboard handling.
|
||||
* \todo Add implementation for Linux and OSX.
|
||||
*/
|
||||
class IKeyboard : public QObject
|
||||
class BLACKINPUT_EXPORT IKeyboard : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user