mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 11:04:43 +02:00
20 lines
493 B
C
20 lines
493 B
C
//
|
|
// ContextOverlayLogging.h
|
|
// interface/src/ui/overlays
|
|
//
|
|
// Created by Zach Fox on 2017-07-17
|
|
// Copyright 2017 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_ContextOverlayLogging_h
|
|
#define hifi_ContextOverlayLogging_h
|
|
|
|
#include <QLoggingCategory>
|
|
|
|
Q_DECLARE_LOGGING_CATEGORY(context_overlay)
|
|
|
|
#endif // hifi_ContextOverlayLogging_h
|