mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 12:36:22 +02:00
19 lines
No EOL
483 B
C
19 lines
No EOL
483 B
C
//
|
|
// AssignmentClientLogging.h
|
|
// 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
|
|
//
|
|
|
|
#ifndef hifi_AssignmentClientLogging_h
|
|
#define hifi_AssignmentClientLogging_h
|
|
|
|
#include <QLoggingCategory>
|
|
|
|
Q_DECLARE_LOGGING_CATEGORY(assignment_client)
|
|
|
|
#endif // hifi_AssignmentClientLogging_h
|