Files
EZ4Connect/infrastructure/coreprocess/devicetrust.h
2026-08-10 19:04:20 +08:00

21 lines
283 B
C++

#ifndef DEVICETRUST_H
#define DEVICETRUST_H
#include <QString>
class QObject;
namespace DeviceTrust
{
void set(
QObject *parent,
const QString &protocol,
const QString &server,
int port,
const QString &profileId,
bool trusted
);
}
#endif // DEVICETRUST_H