relative includes wip

This commit is contained in:
gabime 2023-09-28 00:46:42 +03:00
parent 4bb3b56102
commit 0773e11883
3 changed files with 3 additions and 6 deletions

View File

@ -4,7 +4,6 @@
#pragma once
#if defined(_WIN32)
#include "../details/null_mutex.h"
#include "base_sink.h"

View File

@ -11,13 +11,12 @@
// If the widget's lifetime can be shorter than the logger's one, you should provide some permanent
// QObject, and then use a standard signal/slot.
//
#include "base_sink.h"
#include "../common.h"
#include "../details/log_msg.h"
#include "../details/synchronous_factory.h"
#include "base_sink.h"
#include <array>
#include <array>
#include <QPlainTextEdit>
#include <QTextEdit>

View File

@ -27,8 +27,7 @@ using stderr_color_sink_st = ansicolor_stderr_sink_st;
#endif
} // namespace sinks
// template instantations
// template instantiations
template <typename Factory = spdlog::synchronous_factory>
std::shared_ptr<logger> stdout_color_mt(const std::string &logger_name,
color_mode mode = color_mode::automatic);