MCPcopy Create free account
hub / github.com/MEONMedical/Log4Qt / LoggerObjectPrio

Method LoggerObjectPrio

examples/basic/loggerobjectprio.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QTimer>
4
5LoggerObjectPrio::LoggerObjectPrio(QObject *parent) : QObject(parent)
6{
7 auto *timer = new QTimer(this);
8 connect(timer, &QTimer::timeout, this, &LoggerObjectPrio::onTimeout);
9 timer->start(1);
10}
11
12void LoggerObjectPrio::onTimeout()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected