KSOE/Day1-IntroductionGUIFrameworks/HelloWorlds/qml_helloworld/qml_hello/countermanager.cpp
Christoph Sterz 5e04fb6197 More Embedded
2022-10-09 15:48:33 +02:00

8 lines
122 B
C++

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