data_manager/datamanager.cpp

8 lines
95 B
C++

#include "datamanager.h"
DataManager::DataManager(QObject *parent)
: QObject{parent}
{
}