1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-24 19:22:04 +00:00
TegraRcmGUI/update_manager/update_manager.cpp
2020-12-11 12:46:53 +01:00

6 lines
98 B
C++

#include "update_manager.h"
UpdateManager::UpdateManager(QObject *parent) : QObject(parent)
{
}