mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-30 20:38:01 +02:00
13 lines
378 B
C
13 lines
378 B
C
//
|
|
// Created by Bradley Austin Davis on 2018/11/20
|
|
// Copyright 2013-2018 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
|
|
|
|
#include <QtCore/QLoggingCategory>
|
|
|
|
Q_DECLARE_LOGGING_CATEGORY(displayplugins)
|
|
Q_DECLARE_LOGGING_CATEGORY(oculusLog)
|