KSOE/Day1-IntroductionGUIFrameworks/HelloWorlds/qml_helloworld/qml_hello/countermanager.cpp

8 lines
122 B
C++
Raw Normal View History

2022-10-09 15:48:33 +02:00
#include "countermanager.h"
CounterManager::CounterManager(QObject *parent)
: QObject{parent}
{
m_counter = 0;
}