mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 04:49:43 +02:00
added file info. moved pragma
This commit is contained in:
parent
46f654114a
commit
05a8c7853c
2 changed files with 25 additions and 1 deletions
|
@ -1,6 +1,18 @@
|
|||
//
|
||||
// HifiAudioDeviceInfo.h
|
||||
// libraries/audio-client/src
|
||||
//
|
||||
// Created by Amer Cerkic on 9/14/19.
|
||||
// Copyright 2019 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
|
||||
//
|
||||
|
||||
#pragma once
|
||||
#ifndef hifi_audiodeviceinfo_h
|
||||
#define hifi_audiodeviceinfo_h
|
||||
#pragma once
|
||||
|
||||
|
||||
#include <QObject>
|
||||
#include <QAudioDeviceInfo>
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
//
|
||||
// HifiAudioDeviceInfo.cpp
|
||||
// libraries/audio-client/src
|
||||
//
|
||||
// Created by Amer Cerkic on 9/14/19.
|
||||
// Copyright 2019 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
|
||||
//
|
||||
|
||||
|
||||
#include "HifiAudioDeviceInfo.h"
|
||||
#include <QCryptographicHash>
|
||||
|
||||
|
|
Loading…
Reference in a new issue