Commit 1cf5a9f8 by Philipp Adolf

Add include guard to logcategories.h

parent 3368c442
#pragma once
#ifndef LOGCATEGORIES_H
#define LOGCATEGORIES_H
#include <QLoggingCategory>
Q_DECLARE_LOGGING_CATEGORY(log_subdiv)
Q_DECLARE_LOGGING_CATEGORY(log_mesh)
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment