Delete USBEventListener.h

This commit is contained in:
burtsloane 2017-06-15 15:22:40 -07:00 committed by GitHub
parent ade017fab0
commit 19e35e1cd0

View file

@ -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