mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
14 lines
390 B
C++
14 lines
390 B
C++
//
|
|
// ContextOverlayLogging.cpp
|
|
// 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
|
|
//
|
|
|
|
#include "ContextOverlayLogging.h"
|
|
|
|
Q_LOGGING_CATEGORY(context_overlay, "hifi.context_overlay")
|