mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-24 19:22:04 +00:00
7 lines
98 B
C++
7 lines
98 B
C++
|
#include "update_manager.h"
|
||
|
|
||
|
UpdateManager::UpdateManager(QObject *parent) : QObject(parent)
|
||
|
{
|
||
|
|
||
|
}
|