NOISSUE Provide dummy implementation for the secrets library

This commit is contained in:
Petr Mrázek
2021-09-05 18:23:49 +02:00
parent d644fb2094
commit 878c4fb810
7 changed files with 69 additions and 13 deletions

8
notsecrets/Secrets.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <QString>
#include <cstdint>
namespace Secrets {
bool hasMSAClientID();
QString getMSAClientID(uint8_t separator);
}