mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-16 21:42:32 +02:00
missed a file
This commit is contained in:
parent
6fc02638d7
commit
84e71a9bca
1 changed files with 18 additions and 0 deletions
18
libraries/shared/src/shared/StorageLogging.h
Normal file
18
libraries/shared/src/shared/StorageLogging.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
//
|
||||
// StorageLogging.h
|
||||
//
|
||||
// Created by Seth Alves on 2018-4-20
|
||||
// Copyright 2018 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_StorageLogging_h
|
||||
#define hifi_StorageLogging_h
|
||||
|
||||
#include <QtCore/QLoggingCategory>
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(storagelogging)
|
||||
|
||||
#endif // hifi_StorageLogging_h
|
Loading…
Reference in a new issue