mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:36:30 +02:00
14 lines
339 B
C
14 lines
339 B
C
//
|
|
// GraphicsLogging.h
|
|
// hifi
|
|
//
|
|
// Created by Sam Gateau on 9/20/15.
|
|
// Copyright 2013-2015 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 <QLoggingCategory>
|
|
|
|
Q_DECLARE_LOGGING_CATEGORY(graphicsLog)
|