Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ CounterRunner
Method
CounterRunner
threads/counterrunner.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
#include <QtSql>
27
28
CounterRunner::CounterRunner(QObject *parent) :
29
QObject(parent)
30
{
31
init = false;
32
}
33
34
35
void CounterRunner::initialize() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected