overte-HifiExperiments/interface/src/ui/overlays/ContextOverlayLogging.h
2017-07-18 16:28:24 -07:00

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