2025-03-14 04:37:19 +03:00

9 lines
140 B
C++

#pragma once
#include <QString>
#include <cstdint>
namespace Secrets {
bool hasMSAClientID();
QString getMSAClientID(uint8_t separator);
}