19 lines
259 B
C++
19 lines
259 B
C++
//
|
|
// 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) {
|
|
|
|
}
|