mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 11:44:11 +02:00
14 lines
364 B
C++
14 lines
364 B
C++
//
|
|
// CommerceLogging.cpp
|
|
// interface/src/commerce
|
|
//
|
|
// Created by Howard Stearns on 8/9/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 "CommerceLogging.h"
|
|
|
|
Q_LOGGING_CATEGORY(commerce, "hifi.commerce")
|