diff options
Diffstat (limited to 'notsecrets/Secrets.h')
-rw-r--r-- | notsecrets/Secrets.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/notsecrets/Secrets.h b/notsecrets/Secrets.h deleted file mode 100644 index 6872b68e..00000000 --- a/notsecrets/Secrets.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once -#include <QString> -#include <cstdint> - -namespace Secrets { -bool hasMSAClientID(); -QString getMSAClientID(uint8_t separator); -} |