relative includes wip

pull/3028/head
gabime 2 years ago
parent 4bb3b56102
commit 0773e11883

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

@ -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>

@ -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);

Loading…
Cancel
Save