From 878c4fb8103bc866e5368fbb7287e94cca190dff Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 5 Sep 2021 18:23:49 +0200 Subject: NOISSUE Provide dummy implementation for the secrets library --- notsecrets/Secrets.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 notsecrets/Secrets.h (limited to 'notsecrets/Secrets.h') diff --git a/notsecrets/Secrets.h b/notsecrets/Secrets.h new file mode 100644 index 00000000..6872b68e --- /dev/null +++ b/notsecrets/Secrets.h @@ -0,0 +1,8 @@ +#pragma once +#include +#include + +namespace Secrets { +bool hasMSAClientID(); +QString getMSAClientID(uint8_t separator); +} -- cgit