#include "countermanager.h" CounterManager::CounterManager(QObject *parent) : QObject{parent} { m_counter = 0; }