Init Commit
This commit is contained in:
18
Server/Service/ServiceStatus.cpp
Normal file
18
Server/Service/ServiceStatus.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by fly on 2021/12/17.
|
||||
//
|
||||
|
||||
#include "ServiceStatus.h"
|
||||
|
||||
|
||||
ServiceStatus::ServiceStatus(QObject *parent) : ServiceStatusSource(parent) {
|
||||
|
||||
}
|
||||
|
||||
ServiceStatus::~ServiceStatus() {
|
||||
|
||||
}
|
||||
|
||||
void ServiceStatus::reportStatus(QString appId, QString appName) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user