mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:36:12 +02:00
14 lines
No EOL
391 B
C++
14 lines
No EOL
391 B
C++
//
|
|
// AssignmentClientLogging.cpp
|
|
// assignment-client/src
|
|
//
|
|
// Created by Clement on 12/14/15.
|
|
// Copyright 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 "AssignmentClientLogging.h"
|
|
|
|
Q_LOGGING_CATEGORY(assignment_client, "hifi.assignment-client") |