mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:10:25 +02:00
Delete USBEventListener.h
This commit is contained in:
parent
ade017fab0
commit
19e35e1cd0
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
//
|
|
||||||
// USBEventListener.h
|
|
||||||
// libraries/midi
|
|
||||||
//
|
|
||||||
// Created by Burt Sloane
|
|
||||||
// Copyright 2014 High Fidelity, Inc.
|
|
||||||
//
|
|
||||||
// Distributed under the Apache License, Version 2.0.
|
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef hifi_USBEventListener_h
|
|
||||||
#define hifi_USBEventListener_h
|
|
||||||
|
|
||||||
#include <QObject>
|
|
||||||
#include <QAbstractNativeEventFilter>
|
|
||||||
|
|
||||||
class USBEventListener : public QObject, public QAbstractNativeEventFilter {
|
|
||||||
Q_OBJECT
|
|
||||||
public:
|
|
||||||
static USBEventListener& getInstance();
|
|
||||||
|
|
||||||
virtual bool nativeEventFilter(const QByteArray& eventType, void* message, long* result) override;
|
|
||||||
private:
|
|
||||||
USBEventListener(QObject* parent = 0);
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // hifi_USBEventListener_h
|
|
Loading…
Reference in a new issue