added file info. moved pragma

This commit is contained in:
amer cerkic 2019-09-17 10:03:54 -07:00
parent 46f654114a
commit 05a8c7853c
2 changed files with 25 additions and 1 deletions

View file

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

View file

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