mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
commit
58e7f68004
@ -23,7 +23,7 @@ namespace spdlog {
|
|||||||
namespace sinks {
|
namespace sinks {
|
||||||
template <typename Mutex> class qt_sink : public base_sink<Mutex> {
|
template <typename Mutex> class qt_sink : public base_sink<Mutex> {
|
||||||
public:
|
public:
|
||||||
qt_sink(QObject *qt_object = nullptr, const std::string &meta_method = "") {
|
qt_sink(QObject *qt_object, const std::string &meta_method) {
|
||||||
qt_object_ = qt_object;
|
qt_object_ = qt_object;
|
||||||
meta_method_ = meta_method;
|
meta_method_ = meta_method;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user