This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
plugin/src/clogging.h

14 lines
183 B
C++

#ifndef CLOGGING_H
#define CLOGGING_H
#include <QtCore/QLoggingCategory>
namespace RTPTechGroup {
namespace Plugin {
Q_DECLARE_LOGGING_CATEGORY(lcPlugin)
}}
#endif // CLOGGING_H