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

7 lines
98 B
C++
Raw Permalink Normal View History

2020-12-11 11:46:53 +00:00
#include "update_manager.h"
UpdateManager::UpdateManager(QObject *parent) : QObject(parent)
{
}