fix: move header includes' oder to solve a bug in moc
This commit is contained in:
parent
f9cd9e672c
commit
7e3c2dd3b5
@ -28,15 +28,15 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
// Qt
|
||||||
|
#include <QtCore>
|
||||||
|
|
||||||
// std
|
// std
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// Qt
|
|
||||||
#include <QtCore>
|
|
||||||
|
|
||||||
// spdlog library configuration
|
// spdlog library configuration
|
||||||
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
|
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
|
||||||
#include <spdlog/spdlog.h>
|
#include <spdlog/spdlog.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user