mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
split out octree logging
This commit is contained in:
parent
91861e9e5a
commit
3efcc3684e
2 changed files with 28 additions and 0 deletions
14
libraries/octree/src/OctreeLogging.cpp
Normal file
14
libraries/octree/src/OctreeLogging.cpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// OctreeLogging.h
|
||||
// libraries/octree/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
// Copyright 2014 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 "OctreeLogging.h"
|
||||
|
||||
Q_LOGGING_CATEGORY(octree, "hifi.octree")
|
14
libraries/octree/src/OctreeLogging.h
Normal file
14
libraries/octree/src/OctreeLogging.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// OctreeLogging.h
|
||||
// libraries/octree/src
|
||||
//
|
||||
// Created by Seth Alves on 4/6/15.
|
||||
// Copyright 2014 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(octree)
|
Loading…
Reference in a new issue